Skip to content

Commit

Permalink
Removed docker.io
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaudin authored Mar 21, 2023
1 parent ad53831 commit 617d824
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,17 @@ on:
jobs:
build-and-push:
name: Deploy Docker Image
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3.4.0
- name: Build and push
uses: openzim/docker-publish-action@v8
uses: openzim/docker-publish-action@v10
with:
restrict-to: kiwix/borg-backup
image-name: kiwix/borg-backup
on-master: latest
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
Expand Down

0 comments on commit 617d824

Please sign in to comment.