use proper workflow names

This commit is contained in:
Sebastian Hugentobler 2023-12-12 19:16:38 +01:00
parent fc77fb0628
commit c1220b4cc8
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0

View File

@ -1,19 +1,17 @@
name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
name: Build Container Image
on: [push]
jobs:
Explore-Gitea-Actions:
build-container:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v3
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
- name: Build image
id: build-image
uses: redhat-actions/buildah-build@v2
with:
image: docker.io/thallian/alpine-s6
tags: ${{ gitea.ref_name }} latest
tags: ${{ gitea.ref_name }} ${{ gitea.sha }} latest
archs: amd64
containerfiles: |
./Containerfile