mirror of
https://github.com/bloomberg/goldpinger.git
synced 2026-05-03 15:26:36 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
79bb860f11 | ||
|
|
94965624cf | ||
|
|
c49fc9925c |
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -39,7 +39,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
build-args: GO_MOD_ACTION=download
|
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
target: simple
|
target: simple
|
||||||
- name: Build vendor image
|
- name: Build vendor image
|
||||||
@@ -50,6 +49,5 @@ jobs:
|
|||||||
flavor: |
|
flavor: |
|
||||||
suffix: -vendor,onlatest=false
|
suffix: -vendor,onlatest=false
|
||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
build-args: GO_MOD_ACTION=vendor
|
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
target: vendor
|
target: vendor
|
||||||
|
|||||||
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@@ -35,7 +35,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
build-args: GO_MOD_ACTION=download
|
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
push: ${{ github.event_name != 'pull_request' }}
|
push: ${{ github.event_name != 'pull_request' }}
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
@@ -49,9 +48,8 @@ jobs:
|
|||||||
flavor: |
|
flavor: |
|
||||||
suffix: -vendor,onlatest=false
|
suffix: -vendor,onlatest=false
|
||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
build-args: GO_MOD_ACTION=vendor
|
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
push: ${{ github.event_name != 'pull_request' }}
|
push: ${{ github.event_name != 'pull_request' }}
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}-vendor
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
target: vendor
|
target: vendor
|
||||||
|
|||||||
Reference in New Issue
Block a user