diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9a8f6c8..fb5fcba 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -22,7 +22,7 @@ jobs: run: docker build . --file Dockerfile --tag michaelpak/self - name: Push - uses: elgohr/Publish-Docker-Github-Action@master + uses: elgohr/Publish-Docker-Github-Action@v5 with: name: michaelpak/self username: ${{ secrets.DOCKER_USERNAME }}