Skip to content

Commit

Permalink
Fix release process
Browse files Browse the repository at this point in the history
  • Loading branch information
treydock committed Jun 29, 2023
1 parent 5b4606b commit 94b16f2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: docker/setup-qemu-action@v2
- uses: docker/setup-buildx-action@v2
- name: Login to DockerHub
uses: docker/login-action@v12
uses: docker/login-action@v2
with:
username: oscrobot
password: ${{ secrets.OSC_ROBOT_DOCKERHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: golangci/golangci-lint-action@v3
with:
version: v1.51.2
args: --timeout=2m
args: --timeout=5m
skip-cache: true
- name: Run tests
run: make all
Expand Down
2 changes: 0 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ archives:
- id: archive
files:
- LICENSE
replacements:
amd64: x86_64
checksum:
name_template: 'checksums.txt'
release:
Expand Down

0 comments on commit 94b16f2

Please sign in to comment.