Skip to content

Commit

Permalink
Improve build-push step
Browse files Browse the repository at this point in the history
  • Loading branch information
strideynet committed Oct 16, 2023
1 parent b20434b commit 24f6f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: docker/login-action@v2
with:
registry: ghcr.io
username: build-bot
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v3
Expand Down

0 comments on commit 24f6f6a

Please sign in to comment.