Skip to content

Commit

Permalink
fix: image file name
Browse files Browse the repository at this point in the history
  • Loading branch information
jvandaal committed Mar 27, 2024
1 parent 4551bd0 commit 9e25efc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
if: ${{ (github.repository_owner == 'Informatievlaanderen') && (needs.set-release-version.outputs.version != 'none') }}
with:
registry: ${{ vars.VBR_DEVOPS_DOCKER_REGISTRY }}/public-api
image-file: public-api-image.tar
image-file: api-legacy-image.tar
image-name: api-legacy
build-project: Public.Api
semver: ${{ needs.set-release-version.outputs.version }}
Expand Down

0 comments on commit 9e25efc

Please sign in to comment.