From 686ea1fe93d3213e12702f16c372bc87d3adfc0b Mon Sep 17 00:00:00 2001 From: Lars Gohr Date: Wed, 29 Mar 2023 23:29:10 +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 b38438b..47dba8e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: WITH_V: true - name: Publish to registry if: contains(github.ref, 'master') - uses: elgohr/Publish-Docker-Github-Action@master + uses: elgohr/Publish-Docker-Github-Action@v5 with: name: maxcleme/beadifier username: ${{ secrets.DOCKER_USERNAME }}