@ -11,7 +11,12 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: https://git.simonis.lol/actions/checkout@v2
|
||||
|
||||
- name: Login
|
||||
uses: https://git.simonis.lol/actions/login@v2
|
||||
with:
|
||||
registry: git.simonis.lol
|
||||
username: ${{ secrets.DOCKER_USER }}
|
||||
password: ${{ secrets.DOCKER_PW }}
|
||||
- name: Build and Push
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
|
Reference in New Issue
Block a user