Skip to content

Commit

Permalink
remove if statement from dockerfile action
Browse files Browse the repository at this point in the history
Signed-off-by: MarkAckert <[email protected]>
  • Loading branch information
MarkAckert committed Jan 12, 2024
1 parent 5614e5a commit 79ef620
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/create-dockerfiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ jobs:
password: ${{ secrets.ARTIFACTORY_PASSWORD }}

- name: Build and push to release
if: ${{ env.PUBLISH_RELEASE == 'true' }}
id: docker_build
uses: docker/build-push-action@v2
with:
Expand Down

0 comments on commit 79ef620

Please sign in to comment.