Skip to content

Commit

Permalink
Build docker images on all main CI jobs (#545)
Browse files Browse the repository at this point in the history
  • Loading branch information
bergundy authored Oct 2, 2024
1 parent 6c18196 commit e7ea7e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ jobs:
uses: ./.github/workflows/all-docker-images.yaml
secrets: inherit
with:
do-push: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
do-push: ${{ github.ref == 'refs/heads/main' }}
go-ver: 'v${{ needs.build-go.outputs.go_latest }}'
ts-ver: 'v${{ needs.build-go.outputs.typescript_latest }}'
java-ver: 'v${{ needs.build-go.outputs.java_latest }}'
Expand Down

0 comments on commit e7ea7e8

Please # to comment.