mirror of
https://github.com/openzim/zimit.git
synced 2025-12-31 04:23:15 +00:00
removed references to docker.io
This commit is contained in:
parent
6324b7c7c5
commit
b8714d1260
2 changed files with 8 additions and 9 deletions
5
.github/workflows/docker.yml
vendored
5
.github/workflows/docker.yml
vendored
|
|
@ -14,7 +14,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Retrieve source code
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v3.4.0
|
||||
|
||||
- name: Build and push
|
||||
uses: openzim/docker-publish-action@v9
|
||||
|
|
@ -24,9 +24,8 @@ jobs:
|
|||
tag-pattern: /^v([0-9.]+)$/
|
||||
latest-on-tag: true
|
||||
restrict-to: openzim/zimit
|
||||
registries: ghcr.io
|
||||
credentials:
|
||||
DOCKERIO_USERNAME=${{ secrets.DOCKERHUB_USERNAME }}
|
||||
DOCKERIO_TOKEN=${{ secrets.DOCKERHUB_PASSWORD }}
|
||||
GHCRIO_USERNAME=${{ secrets.GHCR_USERNAME }}
|
||||
GHCRIO_TOKEN=${{ secrets.GHCR_TOKEN }}
|
||||
repo_description: auto
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue