Compare commits

..

No commits in common. "34ca9e9716905873e3cb99ea9286d33f0d78542c" and "153b4c34d05ff1cb62b995ddf6c96ddf9a189756" have entirely different histories.

View file

@ -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: git.myco.systems registry: codeberg.org
username: ${{ secrets.REGISTRY_USER }} username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.PERSONAL_ACCESS_TOKEN }} password: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
- name: Build and Push - name: Build and Push Extended Version
uses: docker/build-push-action@v4 uses: docker/build-push-action@v4
with: with:
builder: ${{ steps.buildx.outputs.name }} builder: ${{ steps.buildx.outputs.name }}