Skip to content

Commit

Permalink
Update workflows to go-auto-release
Browse files Browse the repository at this point in the history
  • Loading branch information
goruha committed Apr 19, 2024
1 parent 587f594 commit 2201829
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
id: build
uses: cloudposse/[email protected]
with:
registry: registry-1.docker.io
registry: ghcr.io
organization: "${{ github.event.repository.owner.login }}"
repository: "${{ github.event.repository.name }}"
login: "${{ secrets.DOCKERHUB_USERNAME }}"
password: "${{ secrets.DOCKERHUB_PASSWORD }}"
login: "${{ github.actor }}"
password: "${{ secrets.GITHUB_TOKEN }}"
platforms: linux/amd64,linux/arm64

release:
Expand Down

0 comments on commit 2201829

Please sign in to comment.