mirror of
https://github.com/thegeeklab/wp-ansible.git
synced 2024-11-21 13:40:39 +00:00
fix ci config attribute order (#6)
This commit is contained in:
parent
96cf00485a
commit
80784227f0
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user