Skip to content

Commit

Permalink
Upload Docker image also to ghcr.io (#1318)
Browse files Browse the repository at this point in the history
  • Loading branch information
grtlr authored Apr 1, 2022
1 parent 78222c8 commit 3ce056c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,13 @@ jobs:
with:
username: ${{ secrets.IOTALEDGER_DOCKER_USERNAME }}
password: ${{ secrets.IOTALEDGER_DOCKER_PASSWORD }}

- name: Login to GitHub Container Registry
uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push to Docker Hub
uses: docker/build-push-action@v2
Expand Down

0 comments on commit 3ce056c

Please sign in to comment.