Skip to content

Commit 2159529

Browse files
ci(github-action)!: Update redhat-actions/push-to-registry action (v2.7.1 → v3.0.0)
| datasource | package | from | to | | ----------- | ------------------------------- | ------ | ------ | | github-tags | redhat-actions/push-to-registry | v2.7.1 | v3.0.0 |
1 parent 6eaafe7 commit 2159529

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-container.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -210,23 +210,23 @@ jobs:
210210
password: ${{ secrets.DOCKERHUB_TOKEN }}
211211

212212
- name: Push image to ghcr
213-
uses: redhat-actions/push-to-registry@5860fc963bf8f2b3221773a023141612f010c469 # v2
213+
uses: redhat-actions/push-to-registry@94ade333c38ecc0e60e94785125d9a52ca423b37 # v3
214214
with:
215215
registry: ghcr.io/erhardtconsulting
216216
image: ${{ env.IMAGE }}
217217
tags: ${{ env.PUSH_TAGS }}
218218

219219
- name: Push image to quay.io
220220
if: ${{ inputs.push-quay }}
221-
uses: redhat-actions/push-to-registry@5860fc963bf8f2b3221773a023141612f010c469 # v2
221+
uses: redhat-actions/push-to-registry@94ade333c38ecc0e60e94785125d9a52ca423b37 # v3
222222
with:
223223
registry: quay.io/erhardtconsulting
224224
image: ${{ env.IMAGE }}
225225
tags: ${{ env.PUSH_TAGS }}
226226

227227
- name: Push image to docker.io
228228
if: ${{ inputs.push-docker }}
229-
uses: redhat-actions/push-to-registry@5860fc963bf8f2b3221773a023141612f010c469 # v2
229+
uses: redhat-actions/push-to-registry@94ade333c38ecc0e60e94785125d9a52ca423b37 # v3
230230
with:
231231
registry: docker.io
232232
image: erhardtconsulting/${{ env.IMAGE }}

0 commit comments

Comments
 (0)