Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
schnapster committed Nov 11, 2024
1 parent 628a7bf commit 793dd58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up env

run: |
IMAGE_BASE=${{ env.DOCKER_USERNAME }}/poggres
IMAGE_BASE=${{ secrets.DOCKER_USERNAME }}/poggres
IMAGE_TAG=17
echo "DOCKER_TAG=$IMAGE_BASE:$IMAGE_TAG" >> "$GITHUB_ENV"
Expand Down

0 comments on commit 793dd58

Please sign in to comment.