Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Heinrich <[email protected]>
  • Loading branch information
andistorm committed Jul 12, 2024
1 parent fdb2715 commit dcf5eb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
needs:
- env-setup
name: Build and push mosquitto docker image
uses: everest/everest-ci/.github/workflows/deploy-single-docker-image.yml@refactor/docker-images
uses: everest/everest-ci/.github/workflows/deploy-single-docker-image.yml@refactor-docker-images
secrets:
SA_GITHUB_PAT: ${{ secrets.SA_GITHUB_PAT }}
SA_GITHUB_USERNAME: ${{ secrets.SA_GITHUB_USERNAME }}
Expand All @@ -50,7 +50,7 @@ jobs:
needs:
- env-setup
name: Build and push steve docker image
uses: everest/everest-ci/.github/workflows/deploy-single-docker-image.yml@refactor/docker-images
uses: everest/everest-ci/.github/workflows/deploy-single-docker-image.yml@refactor-docker-images
secrets:
SA_GITHUB_PAT: ${{ secrets.SA_GITHUB_PAT }}
SA_GITHUB_USERNAME: ${{ secrets.SA_GITHUB_USERNAME }}
Expand Down

0 comments on commit dcf5eb6

Please sign in to comment.