Skip to content

Commit 4fc670f

Browse files
committed
fix: release and goreleaser workflows
1 parent e803a96 commit 4fc670f

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/goreleaser.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ jobs:
2323
ref: ${{ inputs.commit_branch }}
2424
fetch-depth: 0
2525
fetch-tags: true
26-
- uses: docker/setup-qemu-action@v2
27-
- uses: docker/setup-buildx-action@v2
2826
# Build and push docker image
2927
- name: Run go releaser
3028
run: |

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
- name: Build docker image
4040
uses: docker/build-push-action@v4
4141
with:
42+
context: .
4243
target: release
4344
push: true
4445
build-args: VERSION=${{ env.VERSION }}

0 commit comments

Comments
 (0)