only build container for the main branch
All checks were successful
Gitea Actions Demo / lint (push) Successful in 18s
Gitea Actions Demo / test (push) Successful in 21s
Gitea Actions Demo / release-image (push) Successful in 1m44s

This commit is contained in:
Ryan Cavicchioni 2025-03-11 05:05:14 -05:00
parent 38f92507f6
commit 64941e86f0
Signed by: ryanc
SSH Key Fingerprint: SHA256:KbXiwUnZnHFwFtt3Bytd+F3FN9pPHn1Z1cxMIE1TPbg

View File

@ -42,6 +42,7 @@ jobs:
release-image: release-image:
needs: test needs: test
if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: catthehacker/ubuntu:act-latest image: catthehacker/ubuntu:act-latest