diff options
| author | Xe Iaso <me@xeiaso.net> | 2025-04-07 10:13:55 -0400 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2025-04-07 10:13:55 -0400 |
| commit | b74042ae69ba11d01adacf32fd50169ff9e73a42 (patch) | |
| tree | 1078c8596ba056cd7afbef81dcc5221f4f8b6107 /.github/workflows | |
| parent | 458cf2e9044b98b1665006e38745a950b3dc83e9 (diff) | |
| download | x-b74042ae69ba11d01adacf32fd50169ff9e73a42.tar.xz x-b74042ae69ba11d01adacf32fd50169ff9e73a42.zip | |
fix docker builds
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/go.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index f4fa281..b6d6c14 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -9,6 +9,9 @@ on: permissions: contents: read actions: write + packages: write + attestations: write + id-token: write jobs: build: @@ -60,3 +63,6 @@ jobs: - name: Test run: go test ./... + + - name: Build docker images + run: go tool yeet |
