3 Commits

Author SHA1 Message Date
Mikolaj Pawlikowski
79bb860f11 Merge pull request #114 from bloomberg/seeker89-patch-1
Even more GH action tweaks
2022-02-07 16:38:43 +00:00
Mikolaj Pawlikowski
94965624cf No need for that either, fix vendor tag
Signed-off-by: Mikolaj Pawlikowski <mikolaj@pawlikowski.pl>
2022-02-04 15:51:52 +00:00
Mikolaj Pawlikowski
c49fc9925c No need for this
Signed-off-by: Mikolaj Pawlikowski <mikolaj@pawlikowski.pl>
2022-02-04 15:50:53 +00:00
2 changed files with 1 additions and 5 deletions

View File

@@ -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

View File

@@ -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