diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index cce0150..156414f 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -25,7 +25,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push Docker image - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: push: true tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest