From 23c6f50cfb2c66581489599de16936b795614c40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 21:09:19 +0000 Subject: [PATCH] Bump macbre/push-to-ghcr from 16 to 17 Bumps [macbre/push-to-ghcr](https://github.com/macbre/push-to-ghcr) from 16 to 17. - [Release notes](https://github.com/macbre/push-to-ghcr/releases) - [Commits](https://github.com/macbre/push-to-ghcr/compare/v16...v17) --- updated-dependencies: - dependency-name: macbre/push-to-ghcr dependency-version: '17' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/publish_docker_image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish_docker_image.yml b/.github/workflows/publish_docker_image.yml index e6cb468..024b753 100644 --- a/.github/workflows/publish_docker_image.yml +++ b/.github/workflows/publish_docker_image.yml @@ -19,7 +19,7 @@ jobs: # https://github.com/marketplace/actions/push-to-ghcr - name: Build and publish a Docker image for ${{ github.repository }} - uses: macbre/push-to-ghcr@v16 + uses: macbre/push-to-ghcr@v17 with: image_name: ${{ github.repository }} github_token: ${{ secrets.GITHUB_TOKEN }}