Skip to content

Commit

Permalink
fix casing
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixTJDietrich committed Dec 2, 2024
1 parent a6887d7 commit f6757fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
# uses: ls1intum/.github/.github/workflows/build-and-push-docker-image.yml@main
uses: ./.github/workflows/build-and-push-tmp.yml
with:
image-name: ls1intum/Apollon_standalone
image-name: ls1intum/apollon_standalone
docker-file: Dockerfile.redis
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ jobs:
secrets: inherit
with:
environment: Dev
image-name: ls1intum/Apollon_standalone
image-name: ls1intum/apollon_standalone
image-tag: "${{ needs.build-dev-container.outputs.image-tag }}"

0 comments on commit f6757fd

Please sign in to comment.