Skip to content

Commit

Permalink
Merge pull request #3565 from mapfish/ci-upgrade
Browse files Browse the repository at this point in the history
Fix Docker publishing
  • Loading branch information
sbrunner authored Feb 11, 2025
2 parents e968e06 + b855047 commit b46990c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,22 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/camptocamp/tag-publish/0.13.3/tag_publish/schema.json

docker:
github_oidc_login: false
images:
- name: camptocamp/mapfish_print
repository:
github:
host: ghcr.io
versions_type:
- tag
- default_branch
- stabilization_branch
- pull_request
dockerhub:
host: docker.io
versions_type:
- tag
- default_branch
- stabilization_branch
dispatch:
- {}

0 comments on commit b46990c

Please sign in to comment.