Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ljubomirb authored Sep 8, 2024
1 parent f672d5f commit 835ba4f
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 @@ -20,7 +20,7 @@ jobs:

# Log in to GHCR using Personal Access Token (PAT)
- name: Log in to GitHub Container Registry
run: echo "${{ secrets.GHCR_PAT }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
run: echo "${{ secrets.fine_token }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin

# Build the Docker image and tag it with the current date
- name: Build the Docker image
Expand Down

0 comments on commit 835ba4f

Please sign in to comment.