ci: initial docker image
This commit is contained in:
parent
623f453027
commit
63ed0180c3
14
.forgejo/workflows/build-image.yml
Normal file
14
.forgejo/workflows/build-image.yml
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
name: Build docker image
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build-image:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
container:
|
||||||
|
image: catthehacker/ubuntu:act-latest
|
||||||
|
steps:
|
||||||
|
- name: Build and push
|
||||||
|
uses: docker/build-push-action@v4
|
||||||
|
with:
|
||||||
|
push: true
|
||||||
|
tags: git.pub.solar/pub-solar/actions-base-image:20-bookworm
|
Loading…
Reference in a new issue