Skip to content

Commit

Permalink
Use string for image_name
Browse files Browse the repository at this point in the history
  • Loading branch information
ssciolla committed Jun 4, 2024
1 parent f641f64 commit e88b5a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Build production ${{ github.event.release.tag_name }}
uses: mlibrary/platform-engineering-workflows/.github/workflows/build-production.yml@v1
with:
image_name: ${{ vars.IMAGE_NAME }}
image_name: bag-courier
tag: ${{ github.event.release.tag_name }}
dockerfile: Dockerfile
secrets: inherit

0 comments on commit e88b5a8

Please sign in to comment.