diff --git a/.github/workflows/homologDeploy.yml b/.github/workflows/homologDeploy.yml index 9eaf2a1..66e8092 100644 --- a/.github/workflows/homologDeploy.yml +++ b/.github/workflows/homologDeploy.yml @@ -52,7 +52,7 @@ jobs: - name: Check out the repo 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.DOCKER_PASSWORD }} diff --git a/.github/workflows/productionDeploy.yml b/.github/workflows/productionDeploy.yml index 5e29b81..9cdcfa9 100644 --- a/.github/workflows/productionDeploy.yml +++ b/.github/workflows/productionDeploy.yml @@ -29,7 +29,7 @@ jobs: - name: Check out the repo 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.DOCKER_PASSWORD }}