Add a test and make changez?
Some checks failed
Build and Publish / test (push) Successful in 20s
Build and Publish / build (push) Failing after 5m33s
Build and Publish / notify (push) Successful in 1s

This commit is contained in:
Cody Cook 2025-06-17 20:36:20 -07:00
commit 9e19ae6cf6
5 changed files with 133 additions and 11 deletions

View file

@ -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