diff --git a/.github/workflows/homolog-deploy.yml b/.github/workflows/homolog-deploy.yml index b50169c..c1f651d 100644 --- a/.github/workflows/homolog-deploy.yml +++ b/.github/workflows/homolog-deploy.yml @@ -35,7 +35,7 @@ jobs: uses: actions/checkout@v2 - name: Push to GitHub Packages - uses: elgohr/Publish-Docker-Github-Action@master + uses: elgohr/Publish-Docker-Github-Action@v5 with: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/production-deploy.yml b/.github/workflows/production-deploy.yml index 8ebcabe..4e09248 100644 --- a/.github/workflows/production-deploy.yml +++ b/.github/workflows/production-deploy.yml @@ -34,7 +34,7 @@ jobs: uses: actions/checkout@v2 - name: Push to GitHub Packages - uses: elgohr/Publish-Docker-Github-Action@master + uses: elgohr/Publish-Docker-Github-Action@v5 with: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }}