Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mchasteen authored Mar 27, 2024
1 parent 691eab7 commit 62aba45
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 @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v3
- name: Login to Github Repo
run: |
docker login ghcr.io -u $REPO_USERNAME -p ${{ secrets.GITHUB_TOKEN }}
docker login -u $REPO_USERNAME -p ${{ secrets.GITHUB_TOKEN }} ghcr.io
- name: Build the Docker image
run: docker build . --file Dockerfile --tag ghcr.io/$REPO_USERNAME/$IMAGE_NAME:$GITHUB_SHA --tag ghcr.io/$REPO_USERNAME/$IMAGE_NAME:latest
- name: Push to Github Repo
Expand Down

0 comments on commit 62aba45

Please sign in to comment.