diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ca1327ee5343..b4ca2c733dc4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -99,7 +99,7 @@ jobs: - name: Build container image and publish to registry id: publish-registry - uses: elgohr/Publish-Docker-Github-Action@2.8 + uses: elgohr/Publish-Docker-Github-Action@v5 if: ${{ steps.vars.outputs.DOCKER_PUBLISH }} with: name: ${{ secrets.DOCKER_IMAGE }}