diff --git a/.github/workflows/aergia-controller.yaml b/.github/workflows/aergia-controller.yaml index 5e2214a..30f0d85 100644 --- a/.github/workflows/aergia-controller.yaml +++ b/.github/workflows/aergia-controller.yaml @@ -61,7 +61,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Build - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . load: true diff --git a/.github/workflows/build_and_publish.yml b/.github/workflows/build_and_publish.yml index b5544aa..0b50533 100644 --- a/.github/workflows/build_and_publish.yml +++ b/.github/workflows/build_and_publish.yml @@ -55,7 +55,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 id: build-and-push with: context: .