diff --git a/.github/workflows/oci-full.yml b/.github/workflows/oci-full.yml index f12866d..19c5075 100644 --- a/.github/workflows/oci-full.yml +++ b/.github/workflows/oci-full.yml @@ -121,7 +121,7 @@ jobs: password: ${{ github.token }} - name: Build and push image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . file: release/oci/full.Dockerfile diff --git a/.github/workflows/oci-standard.yml b/.github/workflows/oci-standard.yml index 2eb0f59..97dc6d7 100644 --- a/.github/workflows/oci-standard.yml +++ b/.github/workflows/oci-standard.yml @@ -121,7 +121,7 @@ jobs: password: ${{ github.token }} - name: Build and push image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . file: release/oci/standard.Dockerfile