Skip to content

Commit

Permalink
Rename CI container to fedora-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpenedblade committed Sep 19, 2024
1 parent 128fc52 commit efb0ecf
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
image_name:
type: string
required: true
tags:
type: string
required: true

jobs:
build-image:
Expand All @@ -21,7 +24,7 @@ jobs:
uses: redhat-actions/buildah-build@v2
with:
image: ${{ env.IMAGE_NAME }}
tags: latest f40 ${{ github.sha }}
tags: ${{ inputs.tags }}
context: ./${{ env.IMAGE_NAME }}
containerfiles: |
${{ env.IMAGE_NAME }}/Containerfile
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Build image 'fedora-dev'
name: Build image 'fedora-ci'
on:
push:
branches:
- main
- f40
jobs:
build-image:
uses: ./.github/workflows/build-image.yml
with:
image_name: "fedora-dev"
image_name: "fedora-ci"
tags: unstable ${{ github.sha }}
File renamed without changes.
File renamed without changes.

0 comments on commit efb0ecf

Please sign in to comment.