fix: remove 38 builds and fix logo metadata (#62)

This commit is contained in:
Jorge O. Castro
2023-02-15 17:55:19 -05:00
committed by GitHub
parent 7790818c54
commit 521f0adcda

View File

@@ -25,7 +25,7 @@ jobs:
strategy:
fail-fast: false
matrix:
major_version: [37, 38]
major_version: [37]
include:
- major_version: 37
is_latest: true
@@ -66,7 +66,7 @@ jobs:
${{ env.IMAGE_NAME }}
labels: |
io.artifacthub.package.readme-url=https://raw.githubusercontent.com/ublue-os/base/main/README.md
io.artifacthub.package.logo-url="https://avatars.githubusercontent.com/u/120078124?s=200&v=4"
io.artifacthub.package.logo-url=https://avatars.githubusercontent.com/u/120078124?s=200&v=4
# Build image using Buildah action
- name: Build Image