mirror of
https://github.com/cert-manager/webhook-example.git
synced 2025-07-01 22:35:49 +02:00
Updating build action.
This commit is contained in:
parent
ef954e4848
commit
882ca5e365
1 changed files with 5 additions and 5 deletions
10
.github/workflows/docker-image.yml
vendored
10
.github/workflows/docker-image.yml
vendored
|
@ -29,10 +29,10 @@ jobs:
|
|||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
context: .
|
||||
platforms: linux/amd64,linux/arm64
|
||||
platforms: linux/amd64
|
||||
push: true
|
||||
tags: |
|
||||
user/app:latest
|
||||
user/app:1.0.0
|
||||
ghcr.io/user/app:latest
|
||||
ghcr.io/user/app:1.0.0
|
||||
jahanson/cert-manager-webhook-dnsimple:latest
|
||||
jahanson/cert-manager-webhook-dnsimple:0.0.1
|
||||
ghcr.io/jahanson/cert-manager-webhook-dnsimple:latest
|
||||
ghcr.io/jahanson/cert-manager-webhook-dnsimple:0.0.1
|
||||
|
|
Loading…
Reference in a new issue