Skip to content

Commit

Permalink
typo in build-deploy-on-release
Browse files Browse the repository at this point in the history
  • Loading branch information
niquerio committed Mar 6, 2024
1 parent 78569da commit 2bb6c05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-deploy-on-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: mlibrary/platform-engineering-workflows/.github/workflows/deploy.yml@v1
with:
environment: aim
image: ghcr.io/mlibrary/${{ vars.IMAGE_NAME }}:${{ github.event.inputs.tag }}
image: ghcr.io/mlibrary/${{ vars.IMAGE_NAME }}:${{ github.event.release.tag_name }}
file: environments/alma-events/production/web-image.txt
secrets: inherit

Expand All @@ -30,6 +30,6 @@ jobs:
uses: mlibrary/platform-engineering-workflows/.github/workflows/deploy.yml@v1
with:
environment: search
image: ghcr.io/mlibrary/${{ vars.IMAGE_NAME }}:${{ github.event.inputs.tag }}
image: ghcr.io/mlibrary/${{ vars.IMAGE_NAME }}:${{ github.event.release.tag_name }}
file: environments/alma-events/production/web-image.txt
secrets: inherit

0 comments on commit 2bb6c05

Please sign in to comment.