From dd92116197a923e24eb4723bd546aa928793eebd Mon Sep 17 00:00:00 2001 From: Lars Gohr Date: Tue, 28 Mar 2023 00:49:54 +0200 Subject: [PATCH] Updated elgohr/Publish-Docker-Github-Action to a supported version (v5) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 495c7bf..f98e5e0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@v2 - name: Docker build and publish to ghcr.io - uses: elgohr/Publish-Docker-Github-Action@master + uses: elgohr/Publish-Docker-Github-Action@v5 with: name: ${{ github.repository }} username: ${{ github.actor }}