From f31f25d48c428337d81220ef2ffa131cf8572479 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Sep 2025 11:50:01 +0000 Subject: [PATCH] Bump macbre/push-to-ghcr from 14 to 16 Bumps [macbre/push-to-ghcr](https://github.com/macbre/push-to-ghcr) from 14 to 16. - [Release notes](https://github.com/macbre/push-to-ghcr/releases) - [Commits](https://github.com/macbre/push-to-ghcr/compare/v14...v16) --- updated-dependencies: - dependency-name: macbre/push-to-ghcr dependency-version: '16' 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 507462f..dbcbb48 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@v14 + uses: macbre/push-to-ghcr@v16 with: image_name: ${{ github.repository }} github_token: ${{ secrets.GITHUB_TOKEN }}