Restructuring

This commit is contained in:
Christopher Schnick
2024-09-16 14:38:46 +02:00
parent 0da1a4af1a
commit fed35dad7e
4 changed files with 118 additions and 20 deletions
+15
View File
@@ -0,0 +1,15 @@
name: Docker Build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build the Docker image
run: docker build . --file Dockerfile --tag xpipe-webtop:$(date +%s)
@@ -1,4 +1,4 @@
name: Docker Image CI
name: Docker Push
on:
push:
@@ -9,12 +9,6 @@ env:
IMAGE_NAME: ${{ github.repository }}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build the Docker image
run: docker build . --file Dockerfile --tag xpipe-webtop:$(date +%s)
build-and-push-image:
runs-on: ubuntu-latest
permissions: