diff --git a/.github/workflows/dockerimage.yml b/.github/workflows/dockerimage.yml index 9fb5bfb..2cbb714 100644 --- a/.github/workflows/dockerimage.yml +++ b/.github/workflows/dockerimage.yml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Build the Docker image - uses: elgohr/Publish-Docker-Github-Action@master + uses: elgohr/Publish-Docker-Github-Action@v5 with: name: beatcovid/api/api username: ${{ github.actor }}