Skip to content

Commit

Permalink
feat: go img
Browse files Browse the repository at this point in the history
  • Loading branch information
skynet2 committed May 11, 2024
1 parent 81d9e9f commit aa39360
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish-extra.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
file: ./images/mocks/webhook/Dockerfile
platforms: linux/amd64
build-args: |
GO_IMAGE=golang
ALPINE_VER=3.18
GO_VER=1.21
push: false
Expand Down Expand Up @@ -59,6 +60,7 @@ jobs:
file: ./images/mocks/loginconsent/Dockerfile
platforms: linux/amd64
build-args: |
GO_IMAGE=golang
ALPINE_VER=3.18
GO_VER=1.21
push: false
Expand Down Expand Up @@ -87,6 +89,7 @@ jobs:
file: ./images/mocks/trustregistry/Dockerfile
platforms: linux/amd64
build-args: |
GO_IMAGE=golang
ALPINE_VER=3.18
GO_VER=1.21
push: false
Expand Down Expand Up @@ -115,6 +118,7 @@ jobs:
file: ./images/mocks/attestation/Dockerfile
platforms: linux/amd64
build-args: |
GO_IMAGE=golang
ALPINE_VER=3.18
GO_VER=1.21
push: false
Expand Down Expand Up @@ -144,6 +148,7 @@ jobs:
file: ./images/mocks/cognito-auth/Dockerfile
platforms: linux/amd64
build-args: |
GO_IMAGE=golang
ALPINE_VER=3.18
GO_VER=1.21
push: false
Expand Down

0 comments on commit aa39360

Please sign in to comment.