Skip to content

Commit

Permalink
GHA CD: forgot ghcr.io prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
bertsky committed Aug 2, 2024
1 parent 7e873c1 commit 1f34996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: define image name from repo name
run: echo "IMAGE_NAME=${REPO_NAME,,}" >> $GITHUB_ENV
run: echo "IMAGE_NAME=ghcr.io/${REPO_NAME,,}" >> $GITHUB_ENV
- name: Build the Docker image
run: make docker DOCKER_TAG=${{ env.IMAGE_NAME }}
- name: Push to Github Container Registry
Expand Down

0 comments on commit 1f34996

Please sign in to comment.