From 7f1dd83c322ee0734d04f31c5fafc9bf9287e131 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Aug 2023 22:12:51 +0000 Subject: [PATCH] Bump macbre/push-to-ghcr from 12 to 13 Bumps [macbre/push-to-ghcr](https://github.com/macbre/push-to-ghcr) from 12 to 13. - [Release notes](https://github.com/macbre/push-to-ghcr/releases) - [Commits](https://github.com/macbre/push-to-ghcr/compare/v12...v13) --- 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 c7e0471..ec0835c 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@v12 + uses: macbre/push-to-ghcr@v13 with: image_name: macbre/nginx-http3 github_token: ${{ secrets.GITHUB_TOKEN }}