From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 07:38:05 +0000 (+0000) Subject: Bump docker/build-push-action from 4 to 5 (#99) X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=d3570f3271a3ec557a6e9e3b581579239985cd04;p=GitHub%2FWoltLab%2Fblacklist.git Bump docker/build-push-action from 4 to 5 (#99) --- diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index cb19579..f053555 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -20,7 +20,7 @@ jobs: registry: ghcr.io username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - - uses: docker/build-push-action@v4 + - uses: docker/build-push-action@v5 with: push: true tags: ghcr.io/woltlab/blacklist:latest