Skip to content

Commit

Permalink
Fixing OCI images names (and restrict param on workflow)
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaudin committed Jun 7, 2024
1 parent b58f624 commit e7b68f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/backend-Publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
- name: Build and publish Docker Image
uses: openzim/docker-publish-action@v10
with:
image-name: openzim/mirrors-qa-backend
image-name: kiwix/mirrors-qa-backend
tag-pattern: /^v([0-9.]+)$/
latest-on-tag: true
restrict-to: openzim/mirrors-qa
restrict-to: kiwix/mirrors-qa
context: backend
registries: ghcr.io
credentials:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/worker-manager-Publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
- name: Build and publish Docker Image
uses: openzim/docker-publish-action@v10
with:
image-name: openzim/mirrors-qa-worker-manager
image-name: kiwix/mirrors-qa-worker-manager
latest-on-tag: true
tag-pattern: /^v([0-9.]+)$/
restrict-to: openzim/mirrors-qa
restrict-to: kiwix/mirrors-qa
context: worker
dockerfile: manager.Dockerfile
registries: ghcr.io
Expand Down

0 comments on commit e7b68f2

Please sign in to comment.