Skip to content

Commit

Permalink
Fixed variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
kohlerdominik committed Jan 31, 2024
1 parent 695e1b3 commit c837654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
# list of Docker images to use as base name for tags
images: |
${{ GITHUB_REPOSITORY }}
${{ github.event.repository.name }}
# generate Docker tags based on the following events/attributes
tags: |
type=ref,event=branch
Expand Down

0 comments on commit c837654

Please sign in to comment.