refactor deployment
Reviewed-on: http://git.simonis.lol/projects/abiball/pulls/15
This commit is contained in:
parent
fc2a2c7873
commit
5cfb094094
@ -9,15 +9,11 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: remote
|
runs-on: remote
|
||||||
steps:
|
steps:
|
||||||
- uses: https://git.simonis.lol/actions/checkout@v4
|
- name: Checkout
|
||||||
- uses: https://git.simonis.lol/actions/login@v1
|
uses: https://git.simonis.lol/actions/checkout@v4
|
||||||
with:
|
|
||||||
registry: git.simonis.lol
|
|
||||||
username: ${{ vars.DOCKER_USER }}
|
|
||||||
password: ${{ vars.DOCKER_PW }}
|
|
||||||
|
|
||||||
- name: build
|
- name: Build
|
||||||
run: docker buildx build -f .docker/Dockerfile -t git.simonis.lol/projects/abiball:latest .
|
run: docker buildx build -f .docker/Dockerfile -t git.simonis.lol/projects/abiball:latest .
|
||||||
|
|
||||||
- name: push
|
- name: Push
|
||||||
run: docker push git.simonis.lol/projects/abiball:latest
|
run: docker push git.simonis.lol/projects/abiball:latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user