diff --git a/.github/workflows/publish-image.yaml b/.github/workflows/publish-image.yaml index 97a637c..fe03c82 100644 --- a/.github/workflows/publish-image.yaml +++ b/.github/workflows/publish-image.yaml @@ -95,7 +95,7 @@ jobs: - name: Build and export image to Docker # buildx changes the driver to 'docker-container' which doesn't expose the image to the host, # so it is built and loaded to Docker and in the next step pushed to the registry - uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0 + uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1.0 with: context: . file: ${{ inputs.dockerfile_path }} @@ -105,7 +105,7 @@ jobs: tags: ${{ env.DH_IMAGE_NAME }}:${{ env.FULL_IMAGE_TAG }} - name: Push Docker image id: docker_push - uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0 + uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1.0 with: context: . file: ${{ inputs.dockerfile_path }}