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:
|
||||
runs-on: remote
|
||||
steps:
|
||||
- uses: https://git.simonis.lol/actions/checkout@v4
|
||||
- uses: https://git.simonis.lol/actions/login@v1
|
||||
with:
|
||||
registry: git.simonis.lol
|
||||
username: ${{ vars.DOCKER_USER }}
|
||||
password: ${{ vars.DOCKER_PW }}
|
||||
- name: Checkout
|
||||
uses: https://git.simonis.lol/actions/checkout@v4
|
||||
|
||||
- name: build
|
||||
- name: Build
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user