Add a test and make changez?
This commit is contained in:
parent
2a9ade77d8
commit
9e19ae6cf6
5 changed files with 133 additions and 11 deletions
|
@ -57,6 +57,7 @@ jobs:
|
|||
type=ref,event=pr
|
||||
type=semver,pattern={{version}}
|
||||
type=sha,format=short
|
||||
latest
|
||||
|
||||
- name: Build and push Docker image
|
||||
uses: docker/build-push-action@v4
|
||||
|
@ -68,6 +69,11 @@ jobs:
|
|||
cache-from: type=registry,ref=${{ secrets.FORGEJO_REGISTRY }}/${{ secrets.FORGEJO_USERNAME }}/podcastrr:buildcache
|
||||
cache-to: type=registry,ref=${{ secrets.FORGEJO_REGISTRY }}/${{ secrets.FORGEJO_USERNAME }}/podcastrr:buildcache,mode=max
|
||||
|
||||
- name: Echo package URL
|
||||
run: |
|
||||
echo "Docker package published to: ${{ secrets.FORGEJO_REGISTRY }}/${{ secrets.FORGEJO_USERNAME }}/podcastrr"
|
||||
echo "You can use this package in your docker-compose.yml with: image: ${{ secrets.FORGEJO_REGISTRY }}/${{ secrets.FORGEJO_USERNAME }}/podcastrr:latest"
|
||||
|
||||
notify:
|
||||
needs: [build]
|
||||
runs-on: docker
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue