set tags
This commit is contained in:
parent
7729de0621
commit
bfed884550
1 changed files with 2 additions and 1 deletions
|
|
@ -27,13 +27,14 @@ matrix:
|
|||
|
||||
steps:
|
||||
- name: 'Build image'
|
||||
image: thegeeklab/wp-docker-buildx:6.0.1
|
||||
image: docker.io/thegeeklab/wp-docker-buildx:6.0.1
|
||||
settings:
|
||||
mtu: 1420
|
||||
platforms: linux/${ARCH}
|
||||
Containerfile: docker/Containerfile-${PLATFORM}
|
||||
experimental: true
|
||||
repo: devxygmbh/${ARCH}-binaries-r-${PLATFORM}
|
||||
tags: latest
|
||||
username: devxygmbh
|
||||
password:
|
||||
from_secret: dockerhub_token_devxygmbh
|
||||
|
|
|
|||
Loading…
Reference in a new issue