fix: workflow env

This commit is contained in:
Kyush 2026-06-23 17:12:22 +09:00
commit eb24927de4

View file

@ -46,8 +46,8 @@ jobs:
uses: docker/login-action@v4 uses: docker/login-action@v4
with: with:
registry: ${{ inputs.registry }} registry: ${{ inputs.registry }}
username: ${{ secrets.FORGEJO_REGISTRY_USER }} username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.FORGEJO_REGISTRY_TOKEN }} password: ${{ secrets.REGISTRY_TOKEN }}
- name: Build and push by digest - name: Build and push by digest
id: build id: build
uses: docker/build-push-action@v7 uses: docker/build-push-action@v7
@ -90,8 +90,8 @@ jobs:
uses: docker/login-action@v4 uses: docker/login-action@v4
with: with:
registry: ${{ inputs.registry }} registry: ${{ inputs.registry }}
username: ${{ secrets.FORGEJO_REGISTRY_USER }} username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.FORGEJO_REGISTRY_TOKEN }} password: ${{ secrets.REGISTRY_TOKEN }}
- name: Create manifest list and push - name: Create manifest list and push
working-directory: /tmp/digests working-directory: /tmp/digests
run: | run: |