remove actions
This commit is contained in:
@@ -1,19 +0,0 @@
|
||||
name: Docker Build and Push
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
- name: Login to registry
|
||||
run: echo ${{ secrets.GITEA_TOKEN }} | docker login git.shadowvault.eu -u ${{ gitea.actor }} --password-stdin
|
||||
- name: Build and push
|
||||
run: |
|
||||
docker build --no-cache --pull -t git.shadowvault.eu/${{ gitea.repository }}:latest .
|
||||
docker push git.shadowvault.eu/${{ gitea.repository }}:latest
|
||||
- name: Clean up
|
||||
run: docker system prune -f
|
||||
Reference in New Issue
Block a user