diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 4a25859..47ef548 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -68,7 +68,7 @@ jobs: - name: Build and push Docker image id: build - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: . push: true