forked from SoDOff-Project/sodoff
Delete .gitea/workflows/build-and-publish.yaml
This commit is contained in:
parent
5f43787da0
commit
a53694db3d
@ -1,24 +0,0 @@
|
||||
name: Build And Publish Container
|
||||
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Docker Buildx
|
||||
uses: https://github.com/docker/setup-buildx-action@v3
|
||||
with:
|
||||
config-inline: |
|
||||
[registry."https://gitea.milenia.local.alanmoon.net"]
|
||||
|
||||
- name: Build And Push Docker Container
|
||||
uses: https://github.com/docker/build-push-action@v5
|
||||
with:
|
||||
context: .
|
||||
file: ./src/Dockerfile
|
||||
push: true
|
||||
tags: "gitea.milenia.local.alanmoon.net/sodoff:${{gitea.sha}},gitea.milenia.local.alanmoon.net/sodoff:latest"
|
Loading…
x
Reference in New Issue
Block a user