aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2025-04-07 10:13:55 -0400
committerXe Iaso <me@xeiaso.net>2025-04-07 10:13:55 -0400
commitb74042ae69ba11d01adacf32fd50169ff9e73a42 (patch)
tree1078c8596ba056cd7afbef81dcc5221f4f8b6107 /.github/workflows
parent458cf2e9044b98b1665006e38745a950b3dc83e9 (diff)
downloadx-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.yml6
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