Skip to content

Commit 8899e49

Browse files
Bump redhat-actions/push-to-registry from 2 to 3
Bumps [redhat-actions/push-to-registry](https://github.com/redhat-actions/push-to-registry) from 2 to 3. - [Release notes](https://github.com/redhat-actions/push-to-registry/releases) - [Changelog](https://github.com/redhat-actions/push-to-registry/blob/main/CHANGELOG.md) - [Commits](redhat-actions/push-to-registry@v2...v3) --- updated-dependencies: - dependency-name: redhat-actions/push-to-registry dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 35ae122 commit 8899e49

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
DEBUG_BUILD=true
137137

138138
- name: Push to Github Packages
139-
uses: redhat-actions/push-to-registry@v2
139+
uses: redhat-actions/push-to-registry@v3
140140
with:
141141
image: ${{ steps.build_image.outputs.image }}
142142
tags: ${{ steps.build_image.outputs.tags }}
@@ -146,7 +146,7 @@ jobs:
146146

147147
# Backup to handle scenarios where Github packages is down. Confluence has documentation on switching the source.
148148
- name: Push to OpenShift ImageStream
149-
uses: redhat-actions/push-to-registry@v2
149+
uses: redhat-actions/push-to-registry@v3
150150
with:
151151
image: ${{ steps.build_image.outputs.image }}
152152
tags: latest latest-test
@@ -176,7 +176,7 @@ jobs:
176176
containerfiles: ./compose/redis/Dockerfile
177177

178178
- name: Push to Github Packages
179-
uses: redhat-actions/push-to-registry@v2
179+
uses: redhat-actions/push-to-registry@v3
180180
with:
181181
image: ${{ steps.build_image.outputs.image }}
182182
tags: ${{ steps.build_image.outputs.tags }}
@@ -186,7 +186,7 @@ jobs:
186186

187187
# Backup to handle scenarios where Github packages is down. Confluence has documentation on switching the source.
188188
- name: Push to OpenShift ImageStream
189-
uses: redhat-actions/push-to-registry@v2
189+
uses: redhat-actions/push-to-registry@v3
190190
with:
191191
image: ${{ steps.build_image.outputs.image }}
192192
tags: latest latest-test
@@ -217,7 +217,7 @@ jobs:
217217
containerfiles: ./compose/openshiftjobs/DockerFile
218218

219219
- name: Push to Github Packages
220-
uses: redhat-actions/push-to-registry@v2
220+
uses: redhat-actions/push-to-registry@v3
221221
with:
222222
image: ${{ steps.build_image.outputs.image }}
223223
tags: ${{ steps.build_image.outputs.tags }}
@@ -227,7 +227,7 @@ jobs:
227227

228228
# Backup to handle scenarios where Github packages is down. Confluence has documentation on switching the source.
229229
- name: Push to OpenShift ImageStream
230-
uses: redhat-actions/push-to-registry@v2
230+
uses: redhat-actions/push-to-registry@v3
231231
with:
232232
image: ${{ steps.build_image.outputs.image }}
233233
tags: latest latest-test

.github/workflows/uat.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
DEBUG_BUILD=true
137137

138138
- name: Push to Github Packages
139-
uses: redhat-actions/push-to-registry@v2
139+
uses: redhat-actions/push-to-registry@v3
140140
with:
141141
image: ${{ steps.build_image.outputs.image }}
142142
tags: ${{ steps.build_image.outputs.tags }}
@@ -146,7 +146,7 @@ jobs:
146146

147147
# Backup to handle scenarios where Github packages is down. Confluence has documentation on switching the source.
148148
- name: Push to OpenShift ImageStream
149-
uses: redhat-actions/push-to-registry@v2
149+
uses: redhat-actions/push-to-registry@v3
150150
with:
151151
image: ${{ steps.build_image.outputs.image }}
152152
tags: latest latest-uat ${{ needs.tag.outputs.tag }}
@@ -177,7 +177,7 @@ jobs:
177177
containerfiles: ./compose/redis/Dockerfile
178178

179179
- name: Push to Github Packages
180-
uses: redhat-actions/push-to-registry@v2
180+
uses: redhat-actions/push-to-registry@v3
181181
with:
182182
image: ${{ steps.build_image.outputs.image }}
183183
tags: ${{ steps.build_image.outputs.tags }}
@@ -187,7 +187,7 @@ jobs:
187187

188188
# Backup to handle scenarios where Github packages is down. Confluence has documentation on switching the source.
189189
- name: Push to OpenShift ImageStream
190-
uses: redhat-actions/push-to-registry@v2
190+
uses: redhat-actions/push-to-registry@v3
191191
with:
192192
image: ${{ steps.build_image.outputs.image }}
193193
tags: latest latest-uat ${{ needs.tag.outputs.tag }}
@@ -219,7 +219,7 @@ jobs:
219219
containerfiles: ./compose/openshiftjobs/DockerFile
220220

221221
- name: Push to Github Packages
222-
uses: redhat-actions/push-to-registry@v2
222+
uses: redhat-actions/push-to-registry@v3
223223
with:
224224
image: ${{ steps.build_image.outputs.image }}
225225
tags: ${{ steps.build_image.outputs.tags }}
@@ -229,7 +229,7 @@ jobs:
229229

230230
# Backup to handle scenarios where Github packages is down. Confluence has documentation on switching the source.
231231
- name: Push to OpenShift ImageStream
232-
uses: redhat-actions/push-to-registry@v2
232+
uses: redhat-actions/push-to-registry@v3
233233
with:
234234
image: ${{ steps.build_image.outputs.image }}
235235
tags: latest latest-uat ${{ needs.tag.outputs.tag }}

0 commit comments

Comments
 (0)