Skip to content

Commit

Permalink
correct repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Feb 25, 2024
1 parent 5f43de1 commit 86b82ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: push container
id: push
run: |
REPO="gcr.io/bytes-zone/mazes"
REPO="ghcr.io/bytes-zone/mazes"
TAG="$(docker images "$REPO" --format "{{.Tag}}")"
FINAL_NAME="$REPO:$TAG"
Expand Down

0 comments on commit 86b82ef

Please sign in to comment.