mirror of
https://github.com/cert-manager/webhook-example.git
synced 2025-07-03 07:05:50 +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
|
uses: docker/build-push-action@v4
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
user/app:latest
|
jahanson/cert-manager-webhook-dnsimple:latest
|
||||||
user/app:1.0.0
|
jahanson/cert-manager-webhook-dnsimple:0.0.1
|
||||||
ghcr.io/user/app:latest
|
ghcr.io/jahanson/cert-manager-webhook-dnsimple:latest
|
||||||
ghcr.io/user/app:1.0.0
|
ghcr.io/jahanson/cert-manager-webhook-dnsimple:0.0.1
|
||||||
|
|
Loading…
Reference in a new issue