From 94744a19ce44c97d9c4adf1c4b55f1f3faf724fb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 16:42:42 +0900 Subject: [PATCH] chore(deps): update docker/build-push-action action to v5.3.0 (#47) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/push.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index 69b504b..c003f88 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -34,7 +34,7 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - uses: docker/setup-buildx-action@v3 - - uses: docker/build-push-action@v5.1.0 + - uses: docker/build-push-action@v5.3.0 with: context: . push: ${{ github.event_name != 'pull_request' }}