diff --git a/.github/workflows/build-next.yaml b/.github/workflows/build-next.yaml index 830c025..4b4feb7 100644 --- a/.github/workflows/build-next.yaml +++ b/.github/workflows/build-next.yaml @@ -41,7 +41,7 @@ jobs: - name: build builder image id: builder-image - uses: redhat-actions/buildah-build@v2 + uses: redhat-actions/buildah-build@v3 with: image: podman-desktop-github-ext-builder tags: next ${{ github.sha }} @@ -81,7 +81,7 @@ jobs: - name: build extension image id: extension-image - uses: redhat-actions/buildah-build@v2 + uses: redhat-actions/buildah-build@v3 with: image: podman-desktop-github-ext tags: next ${{ github.sha }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 72886ba..b5e5551 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -123,7 +123,7 @@ jobs: - name: build builder image id: builder-image - uses: redhat-actions/buildah-build@v2 + uses: redhat-actions/buildah-build@v3 with: image: podman-desktop-github-ext-builder tags: latest next ${{ needs.tag.outputs.extensionVersion }} @@ -165,7 +165,7 @@ jobs: - name: build extension image id: extension-image - uses: redhat-actions/buildah-build@v2 + uses: redhat-actions/buildah-build@v3 with: image: podman-desktop-github-ext tags: latest ${{ needs.tag.outputs.extensionVersion }}