diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index f181eac..ad8fb19 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -50,7 +50,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