We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4af27b2 commit 680dca4Copy full SHA for 680dca4
.github/workflows/build_images.yml
@@ -8,7 +8,7 @@ on:
8
9
jobs:
10
build:
11
- runs-on: namespace-profile-xgo
+ runs-on: ubuntu-latest
12
permissions:
13
contents: read
14
packages: write
@@ -134,13 +134,3 @@ jobs:
134
file: docker/build/Dockerfile
135
build-contexts: |
136
${{ steps.golang_version_2.outputs.value }}-base=docker-image://techknowlogick/xgo:${{ steps.golang_version_2.outputs.value }}-base
137
- # - name: build latest image
138
- # uses: docker/build-push-action@v6
139
- # with:
140
- # context: docker/go-latest/
141
- # platforms: linux/amd64,linux/arm64
142
- # tags: |
143
- # techknowlogick/xgo:latest
144
- # ghcr.io/techknowlogick/xgo:latest
145
- # push: true
146
- # file: docker/go-latest/Dockerfile
0 commit comments