Skip to content

Commit

Permalink
login before merge
Browse files Browse the repository at this point in the history
  • Loading branch information
gartnera committed Jul 1, 2024
1 parent f0b3224 commit 6e36b59
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@ jobs:
run: |
echo "IMAGE_NAME=ghcr.io/${{ github.repository }}" >> $GITHUB_ENV
echo "FINAL_IMAGE_NAME=ghcr.io/${{ github.repository }}:${{ inputs.version }}" >> $GITHUB_ENV
- name: Login to registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Download digests
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 6e36b59

Please sign in to comment.