Skip to content

Commit

Permalink
fix: Docker CI / Publish
Browse files Browse the repository at this point in the history
I found out this video from YouTube, appears to be using the same CI as ours. So it should work.
Fixes: b7a8f44
  • Loading branch information
DarrenOfficial committed Mar 4, 2024
1 parent 7c26cb7 commit ec3e2fd
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .woodpecker/publish-dev.yml

This file was deleted.

20 changes: 20 additions & 0 deletions .woodpecker/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
when:
- event: [pull_request, tag, cron]
- event: push
branch:
- ${CI_REPO_DEFAULT_BRANCH}
- renovate/*


steps:
publish-dev:
image: plugins/docker
settings:
repo: git.dpaste.org/${CI_REPO_OWNER}/container-dev
registry: git.dpaste.org
dockerfile: Dockerfile
platforms: linux/amd64
tag: latest
username: ${CI_REPO_OWNER}
password:
from_secret: DPASTE_TOKEN

0 comments on commit ec3e2fd

Please sign in to comment.