Skip to content

Commit

Permalink
unique step ids
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 ab3631a commit 2d93dce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-dockerfiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

- name: Build and push to snapshot
if: ${{ env.PUBLISH_RELEASE == 'false' }}
id: docker_build
id: docker_build_snapshot
uses: docker/build-push-action@v2
with:
push: true
Expand All @@ -48,7 +48,7 @@ jobs:

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

0 comments on commit 2d93dce

Please sign in to comment.