move to git.spijkerman.com
This commit is contained in:
19
.gitea/workflows/build-and-publish.yaml
Normal file
19
.gitea/workflows/build-and-publish.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
name: Build and Publish
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: catthehacker/ubuntu:act-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Build and push Docker image
|
||||
run: docker build -t 172.19.0.2:32768/dsa:$(git rev-parse --short HEAD) .
|
||||
Reference in New Issue
Block a user