diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 8bd490b..b11cc40 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -228,7 +228,7 @@ jobs: type=raw,value=latest,enable={{is_default_branch}} - name: Build and push container image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . file: ./deploy/Dockerfile