From 178610f701dae4ba8ec268bcc45659f3d5d5adc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 19:02:20 +0000 Subject: [PATCH] Bump macbre/push-to-ghcr from 17 to 18 Bumps [macbre/push-to-ghcr](https://github.com/macbre/push-to-ghcr) from 17 to 18. - [Release notes](https://github.com/macbre/push-to-ghcr/releases) - [Commits](https://github.com/macbre/push-to-ghcr/compare/v17...v18) --- updated-dependencies: - dependency-name: macbre/push-to-ghcr dependency-version: '18' 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 4795244..a389d77 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@v17 + uses: macbre/push-to-ghcr@v18 with: image_name: ${{ github.repository }} github_token: ${{ secrets.GITHUB_TOKEN }}