use proper workflow names
This commit is contained in:
parent
fc77fb0628
commit
c1220b4cc8
@ -1,19 +1,17 @@
|
|||||||
name: Gitea Actions Demo
|
name: Build Container Image
|
||||||
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
|
||||||
on: [push]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
Explore-Gitea-Actions:
|
build-container:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
|
|
||||||
- name: Build image
|
- name: Build image
|
||||||
id: build-image
|
id: build-image
|
||||||
uses: redhat-actions/buildah-build@v2
|
uses: redhat-actions/buildah-build@v2
|
||||||
with:
|
with:
|
||||||
image: docker.io/thallian/alpine-s6
|
image: docker.io/thallian/alpine-s6
|
||||||
tags: ${{ gitea.ref_name }} latest
|
tags: ${{ gitea.ref_name }} ${{ gitea.sha }} latest
|
||||||
archs: amd64
|
archs: amd64
|
||||||
containerfiles: |
|
containerfiles: |
|
||||||
./Containerfile
|
./Containerfile
|
||||||
|
Loading…
Reference in New Issue
Block a user