Skip to content

Commit

Permalink
updated docker publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaudin committed Jun 21, 2022
1 parent e32aac3 commit dffc818
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Build and push
uses: openzim/docker-publish-action@v5
uses: openzim/docker-publish-action@v9
with:
image-name: openzim/zimit
on-master: dev
Expand All @@ -26,3 +26,5 @@ jobs:
DOCKERIO_TOKEN=${{ secrets.DOCKERHUB_PASSWORD }}
GHCRIO_USERNAME=${{ secrets.GHCR_USERNAME }}
GHCRIO_TOKEN=${{ secrets.GHCR_TOKEN }}
repo_description: auto
repo_overview: auto

0 comments on commit dffc818

Please sign in to comment.