Skip to content

Commit

Permalink
ci: Docker publish fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rsenden committed Sep 6, 2024
1 parent dc1c585 commit ee5c55c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}

- name: DEV - Tag Linux images
if: needs.build.outputs.do_prod_release
if: needs.build.outputs.do_dev_release
run: |
docker tag fcli-scratch fortifydocker/fcli:${RELEASE_TAG}
Expand Down

0 comments on commit ee5c55c

Please sign in to comment.