Skip to content

Commit

Permalink
template from action authors docs
Browse files Browse the repository at this point in the history
  • Loading branch information
avarsava committed May 22, 2024
1 parent efa0606 commit b1c8092
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,10 @@ jobs:
uses: actions/upload-pages-artifact@v3
- name: Build and Push Docker images
if: ${{ github.event_name == 'release' }}
uses: docker/build-push-[email protected]
uses: macbre/push-to-ghcr@master
with:
repository: oicr-gsi/shesmu
tags: latest
tag_with_ref: true
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
image_name: ${{ github.repository }}
github_token: ${{ secrets.GITHUB_TOKEN }}
deploy:
needs: build
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions changes/fix_ghcr.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Publish docker images to ghcr instead of docker.io

0 comments on commit b1c8092

Please sign in to comment.