Update .woodpecker/build.yml
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
2026-08-02 21:58:10 +02:00
parent 487c0d74d5
commit b118dc1808
+4 -4
View File
@@ -22,8 +22,8 @@ steps:
settings: settings:
dockerfile: *file dockerfile: *file
platforms: linux/arm64,linux/amd64 platforms: linux/arm64,linux/amd64
cache_from: type=registry,ref=dev.shielddagger.com/opensource/discord-notifier cache_images:
cache_to: type=inline - dev.shielddagger.com/opensource/discord-notifier:cache
dry_run: true dry_run: true
repo: *repo repo: *repo
tags: latest tags: latest
@@ -43,8 +43,8 @@ steps:
settings: settings:
dockerfile: *file dockerfile: *file
platforms: linux/arm64,linux/amd64 platforms: linux/arm64,linux/amd64
cache_from: type=registry,ref=dev.shielddagger.com/opensource/discord-notifier cache_images:
cache_to: type=inline - dev.shielddagger.com/opensource/discord-notifier:cache
repo: *repo repo: *repo
auto_tag: true auto_tag: true
tags: ${CI_COMMIT_SHA:0:8} tags: ${CI_COMMIT_SHA:0:8}