parent
008f8d28e0
commit
b41b7ce44d
@ -9,16 +9,19 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: remote
|
runs-on: remote
|
||||||
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 and Push
|
|
||||||
uses: docker/build-push-action@v6
|
- name: Build
|
||||||
with:
|
run: docker buildx build -f .docker/Dockerfile -t git.simonis.lol/projects/file-explorer:latest .
|
||||||
tags: git.simonis.lol/projects/file-explorer:test
|
|
||||||
push: true
|
- name: Push
|
||||||
|
run: docker push git.simonis.lol/projects/file-explorer:latest
|
Loading…
x
Reference in New Issue
Block a user