diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index a04c922..3da1189 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -62,7 +62,7 @@ jobs: - name: Build and push Docker image id: build - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . push: true