Compare commits
2 commits
153b4c34d0
...
34ca9e9716
Author | SHA1 | Date | |
---|---|---|---|
34ca9e9716 | |||
370b125b03 |
1 changed files with 2 additions and 2 deletions
|
@ -21,11 +21,11 @@ jobs:
|
||||||
- name: Login to Self-Hosted Registry
|
- name: Login to Self-Hosted Registry
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
registry: codeberg.org
|
registry: git.myco.systems
|
||||||
username: ${{ secrets.REGISTRY_USER }}
|
username: ${{ secrets.REGISTRY_USER }}
|
||||||
password: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
|
password: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
|
||||||
|
|
||||||
- name: Build and Push Extended Version
|
- name: Build and Push
|
||||||
uses: docker/build-push-action@v4
|
uses: docker/build-push-action@v4
|
||||||
with:
|
with:
|
||||||
builder: ${{ steps.buildx.outputs.name }}
|
builder: ${{ steps.buildx.outputs.name }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue