Skip to content

Commit

Permalink
Update to include the action version that uses PRs instead of committ…
Browse files Browse the repository at this point in the history
…ing straight to main.
  • Loading branch information
lionell-pack-ttd committed Dec 11, 2023
1 parent 9725594 commit bff0333
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker-major.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build-publish-docker:
uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-publish-docker-versioned.yaml@v1.0
uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-publish-docker-versioned.yaml@v2.5
with:
tag: ${{ inputs.tag }}
cloud_provider: 'default'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker-minor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build-publish-docker:
uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-publish-docker-versioned.yaml@v1.0
uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-publish-docker-versioned.yaml@v2.5
with:
tag: ${{ inputs.tag }}
cloud_provider: 'default'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker-patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build-publish-docker:
uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-publish-docker-versioned.yaml@v1.0
uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-publish-docker-versioned.yaml@v2.5
with:
tag: ${{ inputs.tag }}
cloud_provider: 'default'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker-snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build-publish-docker:
uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-publish-docker-versioned.yaml@v1.0
uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-publish-docker-versioned.yaml@v2.5
with:
tag: ${{ inputs.tag }}
cloud_provider: 'default'
Expand Down

0 comments on commit bff0333

Please sign in to comment.