is master master?
All checks were successful
Build and Push Image / Build and push image (push) Has been skipped

'
This commit is contained in:
Andrew Ridgway 2024-08-13 14:26:21 +10:00
parent 736f74edcb
commit 8be21ef377

View File

@ -6,7 +6,7 @@ jobs:
name: Build and push image
runs-on: ubuntu-latest
container: catthehacker/ubuntu:act-latest
if: gitea.ref == 'refs/head/master'
if: gitea.ref == 'master'
steps:
- name: Checkout