Skip to content

Commit

Permalink
More CI fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
USA-RedDragon committed Feb 6, 2023
1 parent d40b66d commit 4fe26cb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-hub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
id: meta
uses: docker/metadata-action@v4
with:
images: ${{ env.IMAGE_NAME }}
images: ${{ github.repository }}
tags: |
type=ref,event=branch
type=ref,event=tag
Expand Down
6 changes: 6 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ builds:
- arm
- arm64
- riscv64
goarm:
- "6"
- "7"
goamd64:
- v2
- v3

signs:
- cmd: cosign
Expand Down

0 comments on commit 4fe26cb

Please sign in to comment.