From bb783d88c74b1c07d444ad28765da473e2fac287 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Apr 2024 21:48:12 +0200 Subject: [PATCH] Update GitHub Actions (#68) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/publish-release-image.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish-release-image.yaml b/.github/workflows/publish-release-image.yaml index 8b6d631..245d568 100644 --- a/.github/workflows/publish-release-image.yaml +++ b/.github/workflows/publish-release-image.yaml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v4 - name: Log in to the Container registry - uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 + uses: docker/login-action@5f4866a30a54f16a52d2ecb4a3898e9e424939cf with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} @@ -28,12 +28,12 @@ jobs: - name: Extract metadata (tags, labels) for Docker id: meta - uses: docker/metadata-action@232fc64e3a4e54539e087c5976439ea54be0959d + uses: docker/metadata-action@c314eea2b27e3cb3c7d7be0618510234d8f6178e with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} - name: Build and push Docker image - uses: docker/build-push-action@2a7db1d68aab1a514ba647f39bcde60888a1753f + uses: docker/build-push-action@f8bc7f46003ef0cf98b715743d86c2f1ccd01436 with: context: . push: true