Skip to content

Commit

Permalink
Trying things.
Browse files Browse the repository at this point in the history
  • Loading branch information
mchasteen authored Mar 27, 2024
1 parent 62aba45 commit 55b5ace
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Login to Github Repo
run: |
docker login -u $REPO_USERNAME -p ${{ secrets.GITHUB_TOKEN }} ghcr.io
run: 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 55b5ace

Please sign in to comment.