Skip to content

Commit

Permalink
fix pipeline for tagged builds
Browse files Browse the repository at this point in the history
  • Loading branch information
psych0d0g committed Dec 16, 2023
1 parent 36128f4 commit 6483767
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .woodpecker/docker_build_proftpd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ steps:
tags: dev
dockerfile: proftpd/Dockerfile
context: proftpd
platforms: linux/amd64,linux/arm64/v8,linux/arm64/v7
platforms: linux/amd64,linux/i386,linux/arm64/v8,linux/arm32/v7
dry_run: false
when:
branch: ${CI_REPO_DEFAULT_BRANCH}
Expand All @@ -30,7 +30,7 @@ steps:
auto_tag: true
dockerfile: proftpd/Dockerfile
context: proftpd
platforms: linux/amd64,linux/arm64/v8,linux/arm64/v7
platforms: linux/amd64,linux/i386,linux/arm64/v8,linux/arm32/v7
dry_run: false
when:
branch: ${CI_REPO_DEFAULT_BRANCH}
Expand Down

0 comments on commit 6483767

Please sign in to comment.