From 09e1f9f768d105322a7cc50393088dceea1cf8b2 Mon Sep 17 00:00:00 2001 From: Darren Kelly Date: Thu, 21 Mar 2024 15:22:30 +0000 Subject: [PATCH] chore: update actions versions --- .github/workflows/publish-docker-images.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-docker-images.yaml b/.github/workflows/publish-docker-images.yaml index 571be65fa..0be175d3b 100644 --- a/.github/workflows/publish-docker-images.yaml +++ b/.github/workflows/publish-docker-images.yaml @@ -39,7 +39,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Log in to Docker Hub - uses: docker/login-action@v2 + uses: docker/login-action@v3 # Only log in to Docker Hub if the event is a release if: ${{ inputs.environment == 'docker-publish' }} with: @@ -55,7 +55,7 @@ jobs: - name: Extract metadata (tags, labels) for Docker id: meta - uses: docker/metadata-action@v4 + uses: docker/metadata-action@v5 with: # default to ghcr.io for workflow_dispatch images: ${{ inputs.images || format('ghcr.io/{0}', github.repository) }}