Skip to content

Commit 3bf7c08

Browse files
committed
removed references to docker.io
1 parent cf43ffd commit 3bf7c08

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

.github/workflows/docker.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,19 @@ on:
88
jobs:
99
build-and-push:
1010
name: Deploy Docker Image
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-22.04
1212
steps:
13-
- uses: actions/checkout@v3.3.0
13+
- uses: actions/checkout@v3.4.0
1414
- name: Build and push
15-
uses: openzim/docker-publish-action@v9
15+
uses: openzim/docker-publish-action@v10
1616
with:
1717
image-name: openzim/gutenberg
1818
on-master: dev
1919
tag-pattern: /^v([0-9.]+)$/
2020
latest-on-tag: true
2121
restrict-to: openzim/gutenberg
22+
registries: ghcr.io
2223
credentials:
23-
DOCKERIO_USERNAME=${{ secrets.DOCKERHUB_USERNAME }}
24-
DOCKERIO_TOKEN=${{ secrets.DOCKERHUB_PASSWORD }}
2524
GHCRIO_USERNAME=${{ secrets.GHCR_USERNAME }}
2625
GHCRIO_TOKEN=${{ secrets.GHCR_TOKEN }}
2726
repo_description: auto

.github/workflows/release.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,14 @@ jobs:
3535
twine upload dist/*
3636
3737
- name: Build and push
38-
uses: openzim/docker-publish-action@v9
38+
uses: openzim/docker-publish-action@v10
3939
with:
4040
image-name: openzim/gutenberg
4141
tag-pattern: /^v([0-9.]+)$/
4242
latest-on-tag: true
4343
restrict-to: openzim/gutenberg
44+
registries: ghcr.io
4445
credentials:
45-
DOCKERIO_USERNAME=${{ secrets.DOCKERHUB_USERNAME }}
46-
DOCKERIO_TOKEN=${{ secrets.DOCKERHUB_PASSWORD }}
4746
GHCRIO_USERNAME=${{ secrets.GHCR_USERNAME }}
4847
GHCRIO_TOKEN=${{ secrets.GHCR_TOKEN }}
4948
repo_description: auto

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Gutenberg](https://www.gutenberg.org) library and puts it in a
66
storing content for offline usage.
77

88
[![Python package](https://img.shields.io/pypi/v/gutenberg2zim.svg)](https://pypi.python.org/pypi/gutenberg2zim)
9-
[![Docker](https://img.shields.io/docker/v/openzim/gutenberg?label=docker&sort=semver)](https://hub.docker.com/r/openzim/gutenberg)
9+
[![Docker](https://ghcr-badge.deta.dev/openzim/gutenberg/latest_tag?label=docker)](https://ghcr.io/openzim/gutenberg)
1010
[![CodeFactor](https://www.codefactor.io/repository/github/openzim/gutenberg/badge)](https://www.codefactor.io/repository/github/openzim/gutenberg)
1111
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
1212

0 commit comments

Comments
 (0)