Skip to content

Commit

Permalink
fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixTJDietrich committed Dec 6, 2024
1 parent e2802c8 commit 87afe1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docker-compose-shared.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
environment: Dev
outputs:
image-tag-to-deploy: ${{ steps.retrieve-image-tag.outputs.image-tag }}
image-tag-to-deploy: ${{ steps.retrieve-image-tag.outputs.image-tag-to-deploy }}

steps:
- name: Retrieve image tag to deploy
Expand Down

0 comments on commit 87afe1b

Please sign in to comment.