Skip to content

Commit 4622cff

Browse files
author
Luis Rodríguez
committed
ci: Update GitHub Actions workflow with better checkout options and explicit PKG build arg
1 parent c98c397 commit 4622cff

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
steps:
2020
- name: Check out the repo
2121
uses: actions/checkout@v3
22+
with:
23+
fetch-depth: 0
2224

2325
- name: Set up QEMU
2426
uses: docker/setup-qemu-action@v2
@@ -55,3 +57,4 @@ jobs:
5557
labels: ${{ steps.meta.outputs.labels }}
5658
build-args: |
5759
VERSION=${{ steps.meta.outputs.version }}
60+
PKG=github.com/tinybirdco/kubernetes-event-exporter/pkg

0 commit comments

Comments
 (0)