]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
DockerHub updates only run on main repo
authorNick Porter <nick@portercomputing.co.uk>
Mon, 17 Jun 2024 15:13:40 +0000 (16:13 +0100)
committerNick Porter <nick@portercomputing.co.uk>
Mon, 17 Jun 2024 15:13:40 +0000 (16:13 +0100)
.github/workflows/dockerhub.yml

index 4072a096b128b07bb88b2c9bd1619520a53bf27d..738c9c06aa6acd5d7e870e62f72f8ab7d88377e5 100644 (file)
@@ -21,6 +21,7 @@ jobs:
   #
   build_docker_images:
     runs-on: ubuntu-22.04
+    if: github.repository_owner == 'FreeRADIUS'
 
     strategy:
       matrix:
@@ -77,6 +78,7 @@ jobs:
   manifest:
     runs-on: ubuntu-22.04
     needs: build_docker_images
+    if: github.repository_owner == 'FreeRADIUS'
 
     strategy:
       matrix: