From ed5b25c138711f2aa886b647690a176d712c433e Mon Sep 17 00:00:00 2001 From: OpenStack K8s CI Date: Mon, 6 Apr 2026 00:56:42 +0000 Subject: [PATCH] Update tinact/docker.image-retag action to v1.0.3 --- .github/workflows/release-nova-operator.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-nova-operator.yaml b/.github/workflows/release-nova-operator.yaml index de7d2cd95..10438e007 100644 --- a/.github/workflows/release-nova-operator.yaml +++ b/.github/workflows/release-nova-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@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@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@1.0.3 with: image_name: ${{ env.imagenamespace }}/-index image_old_tag: ${{ github.sha }}