2023-08-15 22:15:24 +00:00
|
|
|
---
|
|
|
|
when:
|
|
|
|
- event: [pull_request, tag]
|
|
|
|
- event: [push, manual]
|
|
|
|
branch:
|
|
|
|
- ${CI_REPO_DEFAULT_BRANCH}
|
|
|
|
|
|
|
|
steps:
|
|
|
|
dryrun:
|
2023-12-07 07:39:44 +00:00
|
|
|
image: quay.io/thegeeklab/wp-docker-buildx:2
|
2023-08-15 22:15:24 +00:00
|
|
|
settings:
|
|
|
|
containerfile: Containerfile.multiarch
|
|
|
|
dry_run: true
|
|
|
|
platforms:
|
|
|
|
- linux/amd64
|
|
|
|
- linux/arm64
|
|
|
|
provenance: false
|
|
|
|
repo: ${CI_REPO}
|
|
|
|
when:
|
|
|
|
- event: [pull_request]
|
|
|
|
|
|
|
|
publish-dockerhub:
|
|
|
|
group: container
|
2023-12-07 07:39:44 +00:00
|
|
|
image: quay.io/thegeeklab/wp-docker-buildx:2
|
2023-08-15 22:15:24 +00:00
|
|
|
settings:
|
|
|
|
auto_tag: true
|
|
|
|
containerfile: Containerfile.multiarch
|
|
|
|
password:
|
|
|
|
from_secret: docker_password
|
|
|
|
platforms:
|
|
|
|
- linux/amd64
|
|
|
|
- linux/arm64
|
|
|
|
provenance: false
|
|
|
|
repo: ${CI_REPO}
|
|
|
|
username:
|
|
|
|
from_secret: docker_username
|
|
|
|
when:
|
|
|
|
- event: [tag]
|
|
|
|
- event: [push, manual]
|
|
|
|
branch:
|
|
|
|
- ${CI_REPO_DEFAULT_BRANCH}
|
|
|
|
|
|
|
|
publish-quay:
|
|
|
|
group: container
|
2023-12-07 07:39:44 +00:00
|
|
|
image: quay.io/thegeeklab/wp-docker-buildx:2
|
2023-08-15 22:15:24 +00:00
|
|
|
settings:
|
|
|
|
auto_tag: true
|
|
|
|
containerfile: Containerfile.multiarch
|
|
|
|
password:
|
|
|
|
from_secret: quay_password
|
|
|
|
platforms:
|
|
|
|
- linux/amd64
|
|
|
|
- linux/arm64
|
|
|
|
provenance: false
|
|
|
|
registry: quay.io
|
|
|
|
repo: quay.io/${CI_REPO}
|
|
|
|
username:
|
|
|
|
from_secret: quay_username
|
|
|
|
when:
|
|
|
|
- event: [tag]
|
|
|
|
- event: [push, manual]
|
|
|
|
branch:
|
|
|
|
- ${CI_REPO_DEFAULT_BRANCH}
|
|
|
|
|
|
|
|
depends_on:
|
|
|
|
- test
|