diff --git a/.github/workflows/dockerimage.yml b/.github/workflows/dockerimage.yml index 82f5423..210d030 100644 --- a/.github/workflows/dockerimage.yml +++ b/.github/workflows/dockerimage.yml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/checkout@v1 - name: Publish to Registry - uses: elgohr/Publish-Docker-Github-Action@master + uses: elgohr/Publish-Docker-Github-Action@v5 with: name: homek8s/homek8s username: ${{ secrets.DOCKER_USERNAME }}