Skip to content

Commit

Permalink
limit docker builds to tags
Browse files Browse the repository at this point in the history
  • Loading branch information
mkroli committed Apr 21, 2024
1 parent b0cd88b commit 6b14025
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
container:
name: Container Images (${{ matrix.arch }})
needs: build
# if: startsWith(github.ref, 'refs/tags/')
if: startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
container_manifest:
name: Container Manifest
needs: container
# if: startsWith(github.ref, 'refs/tags/')
if: startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit 6b14025

Please sign in to comment.