From f3930a4a841b39cd0a2af04feaa3ed27d6ceeb7c Mon Sep 17 00:00:00 2001 From: "ospk8s-renovate[bot]" <296544045+ospk8s-renovate[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 16:02:14 +0000 Subject: [PATCH] Update tinact/docker.image-retag action to v1.0.3 --- .github/workflows/release-openstack-operator.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-openstack-operator.yaml b/.github/workflows/release-openstack-operator.yaml index 9352417d71..5cafd14b03 100644 --- a/.github/workflows/release-openstack-operator.yaml +++ b/.github/workflows/release-openstack-operator.yaml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v2 - name: Tag image - uses: tinact/docker.image-retag@1.0.2 + uses: tinact/docker.image-retag@684702232e2a3c29b4e5ca25d7d80f927d255c64 # 1.0.3 with: image_name: ${{ env.imagenamespace }}/ image_old_tag: ${{ github.sha }} @@ -28,7 +28,7 @@ jobs: registry_password: ${{ secrets.QUAY_PASSWORD }} - name: Tag -bundle image - uses: tinact/docker.image-retag@1.0.2 + uses: tinact/docker.image-retag@684702232e2a3c29b4e5ca25d7d80f927d255c64 # 1.0.3 with: image_name: ${{ env.imagenamespace }}/-bundle image_old_tag: ${{ github.sha }} @@ -38,7 +38,7 @@ jobs: registry_password: ${{ secrets.QUAY_PASSWORD }} - name: Tag -index image - uses: tinact/docker.image-retag@1.0.2 + uses: tinact/docker.image-retag@684702232e2a3c29b4e5ca25d7d80f927d255c64 # 1.0.3 with: image_name: ${{ env.imagenamespace }}/-index image_old_tag: ${{ github.sha }}