This commit is contained in:
parent
b486f106dc
commit
5b0320d50d
@ -1,10 +1,10 @@
|
||||
name: build
|
||||
on: push
|
||||
# pull_request:
|
||||
# types:
|
||||
# - closed
|
||||
# branches:
|
||||
# - main
|
||||
on:
|
||||
pull_request:
|
||||
types:
|
||||
- closed
|
||||
branches:
|
||||
- main
|
||||
jobs:
|
||||
build:
|
||||
runs-on: remote
|
||||
@ -13,13 +13,6 @@ jobs:
|
||||
- name: Checkout
|
||||
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
|
||||
run: docker buildx build -t git.simonis.lol/projects/file-explorer:latest .
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user