diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 514022e4..f0be67b0 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -25,7 +25,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v3 with: context: . platforms: linux/amd64 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 58bf4ec0..18968bdb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -140,7 +140,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v3 with: context: . # temporarly removing arm platform until we resolve the ca-certificates issue diff --git a/.github/workflows/testdrive.yml b/.github/workflows/testdrive.yml index c32b5473..cbe366fd 100644 --- a/.github/workflows/testdrive.yml +++ b/.github/workflows/testdrive.yml @@ -32,7 +32,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v3 with: context: . platforms: linux/amd64