From 63bc7e097bc67255ac1eeb989d8fab3ec76c9f44 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 15:47:35 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action digest to 4a13e50 (#12) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/docker-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index a6e6d84..878d389 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -21,7 +21,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: ${{ github.ref == 'refs/heads/main' && 'Build and Push' || 'Test Build' }} - uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5 + uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5 with: push: ${{ github.ref == 'refs/heads/main' }} tags: ghcr.io/biaw/ookla-speedtest-server:latest