mirror of
https://git.netzspielplatz.de/docker-multiarch/prosody.git
synced 2025-11-08 17:19:28 +00:00
added explicit service and added experimental flag to the push latest job
This commit is contained in:
parent
1d75f246c3
commit
e6d77c4e27
1 changed files with 3 additions and 0 deletions
|
|
@ -43,6 +43,9 @@ build:
|
||||||
- docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 --push -t $IMAGE_TAG .
|
- docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 --push -t $IMAGE_TAG .
|
||||||
|
|
||||||
Push latest:
|
Push latest:
|
||||||
|
services:
|
||||||
|
- name: docker:19-dind
|
||||||
|
command: ["--experimental"]
|
||||||
variables:
|
variables:
|
||||||
# We are just playing with Docker here.
|
# We are just playing with Docker here.
|
||||||
# We do not need GitLab to clone the source code.
|
# We do not need GitLab to clone the source code.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue