Skip to content

Commit

Permalink
fix docs publish
Browse files Browse the repository at this point in the history
  • Loading branch information
xoxys committed Dec 23, 2023
1 parent 92d5837 commit 596afd5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .woodpecker/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ steps:
- event: [push, manual]
branch:
- ${CI_REPO_DEFAULT_BRANCH}
status: [success, failure]

- name: pushrm-dockerhub
image: docker.io/chko/docker-pushrm:1
Expand All @@ -58,7 +59,7 @@ steps:
- event: [push, manual]
branch:
- ${CI_REPO_DEFAULT_BRANCH}
status: [success, failure]
status: [success]

- name: pushrm-quay
image: docker.io/chko/docker-pushrm:1
Expand Down

0 comments on commit 596afd5

Please sign in to comment.