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 }}