From a9046e57dc68dc35b86d51084d77166e31e17b60 Mon Sep 17 00:00:00 2001 From: Lars Gohr Date: Mon, 27 Mar 2023 23:58:23 +0200 Subject: [PATCH] Updated elgohr/Publish-Docker-Github-Action to a supported version (v5) --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7f07c99..2a0289a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,7 +26,7 @@ jobs: run: echo "##[set-output name=hash;]$(echo $(git rev-parse --short "$GITHUB_SHA") | cut -c1-8)" id: get_hash - name: Publish to Registry - uses: elgohr/Publish-Docker-Github-Action@master + uses: elgohr/Publish-Docker-Github-Action@v5 with: name: rubbaboy/testback username: ${{ secrets.DOCKER_USERNAME }}