Skip to content

Commit

Permalink
chores: updates to release pipelines (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
butuzov committed Sep 6, 2021
1 parent ad37e93 commit 7a65f11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
uses: docker/setup-buildx-action@v1

- name: Login do docker.io
run: docker login -u butuzov -p ${{ secrets.DOCKER_TOKEN }}
run: docker login -u butuzov -p ${{ secrets.DOCKER_HUB }}

- name: Build and publish ${{ matrix.target.Dockerfile }}
uses: docker/build-push-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ archives:
format: zip
files:
- LICENSE
- README.md
- readme.md

0 comments on commit 7a65f11

Please sign in to comment.