diff --git a/.github/workflows/dockerimage.yml b/.github/workflows/dockerimage.yml index fbbf566..c066cdf 100644 --- a/.github/workflows/dockerimage.yml +++ b/.github/workflows/dockerimage.yml @@ -12,7 +12,7 @@ jobs: - name: Build the Docker image run: docker build . --file Dockerfile --tag selectcode/k8sdeploy - name: Publish to Registry - uses: elgohr/Publish-Docker-Github-Action@master + uses: elgohr/Publish-Docker-Github-Action@v5 with: name: selectcode/k8sdeploy username: ${{ secrets.DOCKER_USERNAME }}