build noo
Some checks failed
CI / build-and-test (push) Failing after 3m1s

This commit is contained in:
Tobias Klemp
2026-01-02 00:05:37 +01:00
parent c27bb14060
commit 2f97f60196

View File

@@ -21,16 +21,16 @@ runs:
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
registry: ${{ vars.INSTANCE_URL }} registry: ${{ vars.INSTANCE_URL }}
username: ${{ github.actor }} username: ${{ gitea.actor }}
password: ${{ secrets.REGISTRY_ACCESS_TOKEN }} password: ${{ secrets.REGISTRY_ACCESS_TOKEN }}
- name: Build and push image - name: Build and push image
uses: docker/build-push-action@v6 uses: docker/build-push-action@v6
with: with:
push: true push: true
tags: ${{ vars.INSTANCE_URL }}/tech-reborn/phoenix:${{ inputs.tag }} tags: ${{ vars.INSTANCE_URL }}/${{ gitea.repository }}:${{ inputs.tag }}
- name: Set output - name: Set output
shell: bash shell: bash
run: | run: |
echo "image_url=${{ vars.INSTANCE_URL }}/tech-reborn/phoenix:${{ inputs.tag }}" >> $GITHUB_OUTPUT echo "image_url=${{ vars.INSTANCE_URL }}/${{ gitea.repository }}:${{ inputs.tag }}" >> $GITHUB_OUTPUT