parent
ca80649905
commit
600a46a018
@ -7,18 +7,18 @@ on: push
|
|||||||
# - main
|
# - main
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: remote
|
runs-on: vps-4
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: https://git.simonis.lol/actions/checkout@v2
|
uses: https://git.simonis.lol/actions/checkout@v2
|
||||||
|
|
||||||
- name: Login
|
# - name: Login
|
||||||
uses: https://git.simonis.lol/actions/login@v2
|
# uses: https://git.simonis.lol/actions/login@v2
|
||||||
with:
|
# with:
|
||||||
registry: git.simonis.lol
|
# registry: git.simonis.lol
|
||||||
username: ${{ vars.DOCKER_USER }}
|
# username: ${{ vars.DOCKER_USER }}
|
||||||
password: ${{ vars.DOCKER_PW }}
|
# 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