Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
nithyatsu committed Oct 30, 2023
1 parent 0ed54a9 commit de7bc5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,6 @@ jobs:
uses: docker/build-push-action@v4
with:
context: ./${{ matrix.directory }}
push: ${{ fromJSON(steps.eval_push.outputs.PUSH_IMAGE) }}
push: ${{ github.event_name == 'push' && true || false }}
# push: ${{ fromJSON(steps.eval_push.outputs.PUSH_IMAGE) }}
tags: ${{ env.CONTAINER_REGISTRY }}/${{ matrix.image }}:${{ env.VERSION }}

0 comments on commit de7bc5f

Please sign in to comment.