Compare commits
2 Commits
feature/oa
...
main
Author | SHA1 | Date | |
---|---|---|---|
a5c9596397 | |||
461361d2ed |
@ -9,15 +9,12 @@ 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: build
|
||||
run: docker build -t git.simonis.lol/sites/file-explorer:latest .
|
||||
- name: Checkout
|
||||
uses: https://git.simonis.lol/actions/checkout@v2
|
||||
|
||||
- name: push
|
||||
run: docker push git.simonis.lol/sites/file-explorer:latest
|
||||
- name: Build
|
||||
run: docker buildx build -t git.simonis.lol/projects/file-explorer:latest .
|
||||
|
||||
- name: Push
|
||||
run: docker push git.simonis.lol/projects/file-explorer:latest
|
Loading…
x
Reference in New Issue
Block a user