diff --git a/.github/workflows/container-release.yaml b/.github/workflows/container-release.yaml index 33c92105..5afa829a 100644 --- a/.github/workflows/container-release.yaml +++ b/.github/workflows/container-release.yaml @@ -43,7 +43,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and Push - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . file: ./Dockerfile diff --git a/.github/workflows/container-test.yaml b/.github/workflows/container-test.yaml index 744f4771..7b817fa4 100644 --- a/.github/workflows/container-test.yaml +++ b/.github/workflows/container-test.yaml @@ -42,7 +42,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and Push - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . file: ./Dockerfile