From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 20:29:02 +0000 (+0000) Subject: build: bump docker/build-push-action from 4 to 5 (#609) X-Git-Tag: 1.0.18~39 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=edcf7bdf205d7ce9c54ac839b4157de91e19433b;p=thirdparty%2Flldpd.git build: bump docker/build-push-action from 4 to 5 (#609) --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 006c683f..de6f0f10 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -157,7 +157,7 @@ jobs: registry: ghcr.io username: ${{ github.repository_owner }} password: ${{ secrets.GITHUB_TOKEN }} - - uses: docker/build-push-action@v4 + - uses: docker/build-push-action@v5 with: context: . file: Dockerfile