Skip to content

Commit

Permalink
😔
Browse files Browse the repository at this point in the history
  • Loading branch information
riaf committed Dec 3, 2023
1 parent a8d4896 commit 84614ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ jobs:
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and Push Docker Image
uses: docker/build-push-action@v5
with:
context: .
push: true
tags: ghcr.io/riaf/hugowxrexporter:latest
tags: ghcr.io/${{ github.repository_owner }}/hugowxrexporter:latest

0 comments on commit 84614ce

Please sign in to comment.