Update to 3.3.16
All checks were successful
ci/woodpecker/push/build/2 Pipeline was successful
ci/woodpecker/push/build/1 Pipeline was successful
ci/woodpecker/push/tag Pipeline was successful
ci/woodpecker/tag/build/1 Pipeline was successful
ci/woodpecker/tag/build/2 Pipeline was successful
ci/woodpecker/tag/tag Pipeline was successful

This commit is contained in:
2026-05-29 10:20:29 +03:00
parent 4a19b6f799
commit caea54397c
3 changed files with 17 additions and 17 deletions

View File

@@ -14,7 +14,7 @@ steps:
test-build:
image: docker:27-dind
commands:
- docker buildx build -t source.hodakov.me/hdkv/phpbb:${CI_COMMIT_SHA:0:10}-${platform##linux/} .
- docker buildx build -t source.hodakov.me/containers/phpbb:${CI_COMMIT_SHA:0:10}-${platform##linux/} .
volumes:
- /var/run/docker.sock:/var/run/docker.sock
when:
@@ -27,8 +27,8 @@ steps:
from_secret: registry_token
commands:
- docker login -u ${CI_REPO_OWNER} -p $${CI_USER_PASSWORD} source.hodakov.me
- docker buildx build -t source.hodakov.me/hdkv/phpbb:${CI_COMMIT_SHA:0:10}-${platform##linux/} .
- docker push source.hodakov.me/hdkv/phpbb:${CI_COMMIT_SHA:0:10}-${platform##linux/}
- docker buildx build -t source.hodakov.me/containers/phpbb:${CI_COMMIT_SHA:0:10}-${platform##linux/} .
- docker push source.hodakov.me/containers/phpbb:${CI_COMMIT_SHA:0:10}-${platform##linux/}
volumes:
- /var/run/docker.sock:/var/run/docker.sock
when: