Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Commit

Permalink
Merge pull request #21 from tkrs/migrate-ghcr
Browse files Browse the repository at this point in the history
ci: migrate to ghcr.io
  • Loading branch information
tkrs authored Sep 3, 2020
2 parents d71e4e1 + e3cb4fa commit 792ce1f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,22 +54,22 @@ jobs:
with:
command: build
args: --workspace --release --verbose
- name: mmdb-server push to GitHub Packages
- name: mmdb-server push to GitHub Container Packages
uses: docker/build-push-action@v1
with:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
registry: docker.pkg.github.com
repository: ${{ github.repository }}/mmdb-server
password: ${{ secrets.GHCR_TOKEN }}
registry: ghcr.io
repository: ${{ github.actor }}/mmdb-server
dockerfile: docker/server/Dockerfile
tag_with_ref: true
- name: mmdb-reload push to GitHub Packages
- name: mmdb-reload push to GitHub Container Packages
uses: docker/build-push-action@v1
with:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
registry: docker.pkg.github.com
repository: ${{ github.repository }}/mmdb-reload
password: ${{ secrets.GHCR_TOKEN }}
registry: ghcr.io
repository: ${{ github.actor }}/mmdb-reload
dockerfile: docker/reload/Dockerfile
tag_with_ref: true
- name: mmdb-server push to Docker Hub
Expand Down

0 comments on commit 792ce1f

Please sign in to comment.