Skip to content

Commit

Permalink
fix: whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
biodrone committed Nov 18, 2021
1 parent f642de3 commit 8e9509d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

- name: Dockerhub Push Stable
if: ${{ github.ref == 'refs/heads/master' }}
id: dockerhub_push
id: dockerhub_stable_push
uses: docker/build-push-action@v2
with:
context: .
Expand All @@ -63,7 +63,7 @@ jobs:
- name: Dockerhub Push Staging
if: ${{ github.ref == 'refs/heads/staging' }}
id: dockerhub_push
id: dockerhub_staging_push
uses: docker/build-push-action@v2
with:
context: .
Expand Down

0 comments on commit 8e9509d

Please sign in to comment.