Skip to content

Commit

Permalink
Merge pull request #808 from dvsa/ciWorkFlows-
Browse files Browse the repository at this point in the history
chore: getpush
  • Loading branch information
sr4850 authored Sep 16, 2024
2 parents 934f19e + 5ae74a6 commit 169302e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,16 @@ jobs:

docker:
name: Docker
needs: build-maven
needs:
- build-maven
- get-version
strategy:
fail-fast: false
uses: ./.github/workflows/docker.yaml
secrets: inherit
with:
version: ${{ needs.get-version.outputs.vft }}
push: false
push: ${{ contains(github.event.pull_request.labels.*.name, 'test-branch') || false}}
permissions:
contents: read
id-token: write

0 comments on commit 169302e

Please sign in to comment.