Skip to content

Commit

Permalink
fix docker tags namings
Browse files Browse the repository at this point in the history
  • Loading branch information
lassemand committed Oct 31, 2024
1 parent 26b8e5c commit e584824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
environment: release
outputs:
s3_arns: ${{ steps.render.outputs.s3_arns }}
docker_repository_names: ${{ steps.render.outputs.docker_tags }}
docker_tags: ${{ steps.render.outputs.docker_tags }}
release_type: ${{ steps.versions_derivation.outputs.release_type }}
base_version: ${{ steps.versions_derivation.outputs.base_version }}
version: ${{ steps.versions_derivation.outputs.version }}
Expand Down

0 comments on commit e584824

Please sign in to comment.