From 782f98bb87dfa59be47688eafe17e8517a959b16 Mon Sep 17 00:00:00 2001 From: Lars Gohr Date: Thu, 30 Mar 2023 21:54:25 +0200 Subject: [PATCH] Updated elgohr/Publish-Docker-Github-Action to a supported version (v5) --- .github/workflows/push_image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push_image.yml b/.github/workflows/push_image.yml index defc003..6288b46 100644 --- a/.github/workflows/push_image.yml +++ b/.github/workflows/push_image.yml @@ -23,7 +23,7 @@ jobs: echo REPOSITORY_NAME=$(echo "$GITHUB_REPOSITORY" | awk -F / '{print $2}' | sed -e "s/:refs//" | tr '[:upper:]' '[:lower:]') >> $GITHUB_ENV echo REPOSITORY_OWNER=$(echo "$GITHUB_REPOSITORY" | awk -F / '{print $1}' | sed 's/[^a-zA-Z0-9]//g' | tr '[:upper:]' '[:lower:]') >> $GITHUB_ENV - name: Publish to Registry - uses: elgohr/Publish-Docker-Github-Action@master + uses: elgohr/Publish-Docker-Github-Action@v5 with: name: ${{ env.REPOSITORY_OWNER }}/${{ env.REPOSITORY_NAME }} username: ${{ secrets.DOCKER_USERNAME }}