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