Skip to content

Commit

Permalink
try logging in
Browse files Browse the repository at this point in the history
  • Loading branch information
andychase committed Sep 26, 2024
1 parent 0b9be23 commit 613afbc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ jobs:
- name: Set Image Name
run: echo "IMAGE_NAME=$(echo ${{ github.repository }} | tr '[:upper:]' '[:lower:]')" >> $GITHUB_ENV

- name: Log in to the Container registry
uses: docker/login-action@v3.3.0
with:
registry: https://ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

# Build and push the Docker image with two tags: one using the Git tag or SHA, and another using 'main'.
- name: Build and push Docker image
uses: docker/build-push-action@v6.7.0
Expand Down

0 comments on commit 613afbc

Please sign in to comment.