diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index ef01d6c..50ba129 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -28,7 +28,7 @@ jobs: run: docker build -t rkdtlsgml40/cookingdom:latest . - name: Publish To Registry - uses: elgohr/Publish-Docker-Github-Action@master + uses: elgohr/Publish-Docker-Github-Action@v5 with: name: rkdtlsgml40/cookingdom:latest username: ${{ secrets.DOCKER_USERNAME }}