Skip to content

Commit

Permalink
Fixed step ids
Browse files Browse the repository at this point in the history
  • Loading branch information
cromefire committed Oct 22, 2023
1 parent 7ce9ba3 commit d8d5d40
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ jobs:

# Build and push Docker image with Buildx (don't push on PR)
# https://github.com/docker/build-push-action
- name: Build and push Docker image
id: build-and-push
- name: Build and push Docker image in PR
id: build-and-push-pr
uses: docker/[email protected]
if: github.event_name == 'pull_request'
with:
Expand All @@ -125,7 +125,7 @@ jobs:

# Build and push Docker image with Buildx (push if not on PR)
# https://github.com/docker/build-push-action
- name: Build and push Docker image
- name: Build and push Docker image outside Branch
id: build-and-push
uses: docker/[email protected]
if: github.event_name != 'pull_request'
Expand Down

0 comments on commit d8d5d40

Please sign in to comment.