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