From 0cff45c7c259ed8f335a22881c7216d69c09b953 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Nov 2023 18:04:32 +0000 Subject: [PATCH] Update docker/build-push-action action to v5 | datasource | package | from | to | | ----------- | ------------------------ | ---- | -- | | github-tags | docker/build-push-action | v4 | v5 | --- .github/workflows/ci.yml | 2 +- .github/workflows/publish-docker-image-to-github-registry.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 176e00ba..df8b7513 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: install: true - name: "Build docker image" - uses: "docker/build-push-action@v4" + uses: "docker/build-push-action@v5" with: target: "development" tags: "ghcr.io/roave/docbooktool:test-image" diff --git a/.github/workflows/publish-docker-image-to-github-registry.yml b/.github/workflows/publish-docker-image-to-github-registry.yml index 4cd49df9..527ecd88 100644 --- a/.github/workflows/publish-docker-image-to-github-registry.yml +++ b/.github/workflows/publish-docker-image-to-github-registry.yml @@ -38,7 +38,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and Push to GitHub Packages - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}