From 9076d7c1867cb01400a35853c0175988d55e8161 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 10:07:02 +0200 Subject: [PATCH] chore(deps): update docker/build-push-action action to v5 (#66) 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 b44602e..1e6c751 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -49,7 +49,7 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: push: true tags: ghcr.io/marekvospel/vospel.cz:latest \ No newline at end of file