From 82c1dd31b31a7a4ad90e06986a57af01419fdd89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 22:11:02 +0000 Subject: [PATCH] Bump macbre/push-to-ghcr from 13 to 14 Bumps [macbre/push-to-ghcr](https://github.com/macbre/push-to-ghcr) from 13 to 14. - [Release notes](https://github.com/macbre/push-to-ghcr/releases) - [Commits](https://github.com/macbre/push-to-ghcr/compare/v13...v14) --- updated-dependencies: - dependency-name: macbre/push-to-ghcr dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/push-to-ghcr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push-to-ghcr.yml b/.github/workflows/push-to-ghcr.yml index 9a81da9..9e5aa6a 100644 --- a/.github/workflows/push-to-ghcr.yml +++ b/.github/workflows/push-to-ghcr.yml @@ -19,7 +19,7 @@ jobs: # https://github.com/marketplace/actions/push-to-ghcr - name: Build and publish a Docker image for macbre/nginx-http3 - uses: macbre/push-to-ghcr@v13 + uses: macbre/push-to-ghcr@v14 with: image_name: macbre/nginx-http3 github_token: ${{ secrets.GITHUB_TOKEN }}