mirror of
https://github.com/bloomberg/goldpinger.git
synced 2026-03-21 18:47:06 +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:
|
||||
context: .
|
||||
file: ./Dockerfile
|
||||
build-args: GO_MOD_ACTION=download
|
||||
platforms: linux/amd64,linux/arm64
|
||||
target: simple
|
||||
- name: Build vendor image
|
||||
@@ -50,6 +49,5 @@ jobs:
|
||||
flavor: |
|
||||
suffix: -vendor,onlatest=false
|
||||
file: ./Dockerfile
|
||||
build-args: GO_MOD_ACTION=vendor
|
||||
platforms: linux/amd64,linux/arm64
|
||||
target: vendor
|
||||
|
||||
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@@ -35,7 +35,6 @@ jobs:
|
||||
with:
|
||||
context: .
|
||||
file: ./Dockerfile
|
||||
build-args: GO_MOD_ACTION=download
|
||||
platforms: linux/amd64,linux/arm64
|
||||
push: ${{ github.event_name != 'pull_request' }}
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
@@ -49,9 +48,8 @@ jobs:
|
||||
flavor: |
|
||||
suffix: -vendor,onlatest=false
|
||||
file: ./Dockerfile
|
||||
build-args: GO_MOD_ACTION=vendor
|
||||
platforms: linux/amd64,linux/arm64
|
||||
push: ${{ github.event_name != 'pull_request' }}
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
tags: ${{ steps.meta.outputs.tags }}-vendor
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
target: vendor
|
||||
|
||||
Reference in New Issue
Block a user