0
0
mirror of https://github.com/thegeeklab/wp-ansible.git synced 2024-09-16 16:02:45 +02:00

fix ci config attribute order (#6)

This commit is contained in:
Robert Kaussow 2023-12-23 23:55:16 +01:00 committed by GitHub
parent 96cf00485a
commit 80784227f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

@ -20,8 +20,8 @@ steps:
- event: [pull_request]
- name: publish-dockerhub
group: container
image: quay.io/thegeeklab/wp-docker-buildx:2.0.0
group: container
settings:
auto_tag: true
containerfile: Containerfile.multiarch
@ -41,8 +41,8 @@ steps:
- ${CI_REPO_DEFAULT_BRANCH}
- name: publish-quay
group: container
image: quay.io/thegeeklab/wp-docker-buildx:2.0.0
group: container
settings:
auto_tag: true
containerfile: Containerfile.multiarch

View File

@ -20,7 +20,6 @@ steps:
- name: changelog
image: quay.io/thegeeklab/git-sv
commands:
- git fetch --depth=2147483647
- git sv current-version
- git sv release-notes -t ${CI_COMMIT_TAG:-next} -o CHANGELOG.md
- cat CHANGELOG.md