Skip to content

Commit

Permalink
fix: remove 38 builds and fix logo metadata (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
castrojo authored Feb 15, 2023
1 parent 7790818 commit 521f0ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
strategy:
fail-fast: false
matrix:
major_version: [37, 38]
major_version: [37]
include:
- major_version: 37
is_latest: true
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 521f0ad

Please sign in to comment.