diff --git a/.github/workflows/latest.yaml b/.github/workflows/latest.yaml index f271903..f0e87f4 100644 --- a/.github/workflows/latest.yaml +++ b/.github/workflows/latest.yaml @@ -152,7 +152,7 @@ jobs: - name: Build full image id: build-full - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: ${{ env.DIRECTORY }} target: binary-with-runtime @@ -162,7 +162,7 @@ jobs: - name: Build binary-only image id: build-bin - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: ${{ env.DIRECTORY }} target: standalone-binary diff --git a/.github/workflows/legacy.yaml b/.github/workflows/legacy.yaml index b7b66af..beba09e 100644 --- a/.github/workflows/legacy.yaml +++ b/.github/workflows/legacy.yaml @@ -150,7 +150,7 @@ jobs: - name: Build full image id: build-full - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: ${{ env.DIRECTORY }} target: binary-with-runtime @@ -160,7 +160,7 @@ jobs: - name: Build binary-only image id: build-bin - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: ${{ env.DIRECTORY }} target: standalone-binary diff --git a/.github/workflows/lts.yaml b/.github/workflows/lts.yaml index 1940ccb..b0c020d 100644 --- a/.github/workflows/lts.yaml +++ b/.github/workflows/lts.yaml @@ -150,7 +150,7 @@ jobs: - name: Build full image id: build-full - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: ${{ env.DIRECTORY }} target: binary-with-runtime @@ -160,7 +160,7 @@ jobs: - name: Build binary-only image id: build-bin - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: ${{ env.DIRECTORY }} target: standalone-binary