Merge pull request #1899 from zabbix/dependabot/github_actions/redhat-actions/push-to-registry-2.8

Bump redhat-actions/push-to-registry from 2.7.1 to 2.8
This commit is contained in:
Alexey Pustovalov 2026-05-27 16:43:02 +09:00 committed by GitHub
commit 8ecedd8286
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -634,7 +634,7 @@ jobs:
- name: Push to RedHat certification procedure (1st)
id: push_to_registry
if: ${{ env.AUTO_PUSH_IMAGES == 'true' }}
uses: redhat-actions/push-to-registry@9986a6552bc4571882a4a67e016b17361412b4df # v2.7.1
uses: redhat-actions/push-to-registry@5ed88d269cf581ea9ef6dd6806d01562096bee9c # v2.8
with:
tags: ${{ steps.meta.outputs.tags }}
@ -674,7 +674,7 @@ jobs:
- name: Push to RedHat certification procedure (all tags)
id: push_to_registry_all_tags
if: ${{ env.AUTO_PUSH_IMAGES == 'true' }}
uses: redhat-actions/push-to-registry@9986a6552bc4571882a4a67e016b17361412b4df # v2.7.1
uses: redhat-actions/push-to-registry@5ed88d269cf581ea9ef6dd6806d01562096bee9c # v2.8
with:
tags: ${{ steps.meta.outputs.tags }}