diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9b4b29f..5987a14 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/checkout@master - name: Build and push to Registry - uses: elgohr/Publish-Docker-Github-Action@master + uses: elgohr/Publish-Docker-Github-Action@v5 with: name: ${{ github.event.repository.full_name }}/${{ github.event.repository.name }} username: ${{ github.actor }}