Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Commit

Permalink
ci: update release action
Browse files Browse the repository at this point in the history
  • Loading branch information
zbindenren committed Jan 25, 2023
1 parent 6bea7ed commit fae9775
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ jobs:
with:
go-version: 'stable'
- name: Login to DockerHub
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
username: postfinance
password: ${{ secrets.DOCKER_TOKEN }}
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
Expand Down

0 comments on commit fae9775

Please sign in to comment.