Skip to content

Commit

Permalink
Update build-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
facorazza authored Oct 27, 2024
1 parent 77b84b2 commit ee05128
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
registry: github.com
username: ${{ secrets.REGISTRY_USERNAME }}
password: ${{ secrets.REGISTRY_TOKEN }}
registry: ghcr.io
username: ${{github.actor}}
password: ${{secrets.GITHUB_TOKEN}}
- name: Set image tag
id: image-tag
run: |
Expand All @@ -38,4 +38,4 @@ jobs:
with:
context: .
push: true
tags: github.com/facorazza/passwords2bitwarden:${{ steps.image-tag.outputs.IMAGE_TAG }}
tags: ghcr.io/facorazza/passwords2bitwarden:${{ steps.image-tag.outputs.IMAGE_TAG }}

0 comments on commit ee05128

Please sign in to comment.