diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 05b1972a..c8a5e326 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -103,7 +103,7 @@ jobs: type=sha,priority=1001 - name: Docker Build and Push - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . push: true diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 788a434c..59e41152 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -80,7 +80,7 @@ jobs: echo 'EOF' >> $GITHUB_ENV - name: Docker Build and Push - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . push: true