This commit is contained in:
parent
b486f106dc
commit
5b0320d50d
@ -1,10 +1,10 @@
|
|||||||
name: build
|
name: build
|
||||||
on: push
|
on:
|
||||||
# pull_request:
|
pull_request:
|
||||||
# types:
|
types:
|
||||||
# - closed
|
- closed
|
||||||
# branches:
|
branches:
|
||||||
# - main
|
- main
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: remote
|
runs-on: remote
|
||||||
@ -13,13 +13,6 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: https://git.simonis.lol/actions/checkout@v2
|
uses: https://git.simonis.lol/actions/checkout@v2
|
||||||
|
|
||||||
# - name: Login
|
|
||||||
# uses: https://git.simonis.lol/actions/login@v2
|
|
||||||
# with:
|
|
||||||
# registry: git.simonis.lol
|
|
||||||
# username: ${{ vars.DOCKER_USER }}
|
|
||||||
# password: ${{ vars.DOCKER_PW }}
|
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: docker buildx build -t git.simonis.lol/projects/file-explorer:latest .
|
run: docker buildx build -t git.simonis.lol/projects/file-explorer:latest .
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user