diff --git a/.gitea/workflows/example.yaml b/.gitea/workflows/example.yaml index f36ac98..f9d2b47 100644 --- a/.gitea/workflows/example.yaml +++ b/.gitea/workflows/example.yaml @@ -32,6 +32,7 @@ jobs: - name: Build and push Docker image for first APP uses: docker/build-push-action@v4 with: + push: true file: ./Dockerfile tags: ${{ steps.meta-first.outputs.tags }} labels: ${{ steps.meta-first.outputs.labels }} @@ -48,6 +49,7 @@ jobs: - name: Build and push Docker image for second APP uses: docker/build-push-action@v4 with: + push: true file: ./Dockerfile tags: ${{ steps.meta-second.outputs.tags }} labels: ${{ steps.meta-second.outputs.labels }}