Skip to content

Commit

Permalink
Merge pull request #54 from IABTechLab/llp-uid2-2236-update-action-ve…
Browse files Browse the repository at this point in the history
…rsions

Use PRs instead of committing straight to main.
  • Loading branch information
lionell-pack-ttd authored Dec 11, 2023
2 parents 9725594 + bff0333 commit ec19302
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 ec19302

Please sign in to comment.