Skip to content

Commit

Permalink
fix PoC branches
Browse files Browse the repository at this point in the history
  • Loading branch information
bourasom committed Dec 18, 2024
1 parent 833785c commit 5450f0e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/publishv1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ on:
push:
tags:
- '*'
branches: ['develop']
branches: ['master']
env:
BRANCH_BUILD_TAGS: "latest,develop"
BRANCH_BUILD_TAGS: "latest"
jobs:
parse-docker-build-env:
name: 'Parse Docker Build Environment'
Expand Down Expand Up @@ -57,6 +57,11 @@ jobs:
contents: read
packages: write
id-token: write
strategy:
fail-fast: false
max-parallel: 1
matrix:
tags: ${{ fromJson(needs.build-dockerhub-image.outputs.tags) }}
name: "sign-docker-image"
runs-on: ubuntu-latest
timeout-minutes: 120
Expand Down

0 comments on commit 5450f0e

Please sign in to comment.