Skip to content

Commit

Permalink
ci: Push docker image to github
Browse files Browse the repository at this point in the history
  • Loading branch information
DaevMithran committed Feb 14, 2023
1 parent 8265631 commit 99b575e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,9 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=min

- name: Push image to GitHub Container Registry
run: docker image push --all-tags ghcr.io/${{ github.repository}}

- name: Push image to DigitalOcean Container Registry
run: docker image push --all-tags ${{ env.IMAGE_NAME }}

0 comments on commit 99b575e

Please sign in to comment.