chore(): let's test pushing the container after building
Some checks failed
build-container / docker (push) Failing after 59m17s
Some checks failed
build-container / docker (push) Failing after 59m17s
This commit is contained in:
parent
6943169296
commit
a34f8a767f
1 changed files with 2 additions and 1 deletions
|
@ -31,5 +31,6 @@ jobs:
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: false
|
platforms: linux/amd64,linux/arm64
|
||||||
|
push: true
|
||||||
tags: scm.project42.io/elia/ansible-actions-container:latest
|
tags: scm.project42.io/elia/ansible-actions-container:latest
|
||||||
|
|
Loading…
Reference in a new issue