diff --git a/.github/workflows/1.10.yaml b/.github/workflows/1.10.yaml index 7f83f5f..6cf0598 100644 --- a/.github/workflows/1.10.yaml +++ b/.github/workflows/1.10.yaml @@ -148,7 +148,7 @@ jobs: - name: Build full image id: build-full - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: ${{ env.DIRECTORY }} target: binary-with-runtime @@ -158,7 +158,7 @@ jobs: - name: Build binary-only image id: build-bin - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: ${{ env.DIRECTORY }} target: standalone-binary diff --git a/.github/workflows/2.2.yaml b/.github/workflows/2.2.yaml index 7acae42..91bcbcb 100644 --- a/.github/workflows/2.2.yaml +++ b/.github/workflows/2.2.yaml @@ -148,7 +148,7 @@ jobs: - name: Build full image id: build-full - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: ${{ env.DIRECTORY }} target: binary-with-runtime @@ -158,7 +158,7 @@ jobs: - name: Build binary-only image id: build-bin - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: ${{ env.DIRECTORY }} target: standalone-binary diff --git a/.github/workflows/latest.yaml b/.github/workflows/latest.yaml index 3bfc45f..0a902e8 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@v6 + uses: docker/build-push-action@v7 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@v6 + uses: docker/build-push-action@v7 with: context: ${{ env.DIRECTORY }} target: standalone-binary