Skip to content
This repository has been archived by the owner on May 6, 2023. It is now read-only.

Commit

Permalink
fix: rename back to just ubuntu (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
castrojo authored Mar 3, 2023
1 parent 9500a5b commit 9e53d90
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
strategy:
fail-fast: false
matrix:
image_name: [ubuntu]
image_name: [main]
major_version: [37]
include:
- major_version: 37
Expand Down Expand Up @@ -92,10 +92,10 @@ jobs:
id: meta
with:
images: |
$IMAGE_NAME
$IMAGE_BASE_NAME
labels: |
org.opencontainers.image.title=$IMAGE_NAME
org.opencontainers.image.description=A base $IMAGE_NAME image with batteries included
org.opencontainers.image.title=$IMAGE_BASE_NAME
org.opencontainers.image.description=Fedora Silverblue for Ubuntu Expatriates
io.artifacthub.package.readme-url=https://raw.githubusercontent.com/ublue-os/ubuntu/ubuntu/README.md
io.artifacthub.package.logo-url=https://avatars.githubusercontent.com/u/120078124?s=200&v=4
Expand All @@ -106,11 +106,11 @@ jobs:
with:
containerfiles: |
./Containerfile
image: ${{ env.IMAGE_NAME }}
image: ubuntu
tags: |
${{ steps.generate-tags.outputs.alias_tags }}
build-args: |
IMAGE_NAME=${{ matrix.image_name }}
IMAGE_NAME=ubuntu
FEDORA_MAJOR_VERSION=${{ matrix.major_version }}
labels: ${{ steps.meta.outputs.labels }}
oci: false
Expand Down

0 comments on commit 9e53d90

Please sign in to comment.