Update .forgejo/workflows/build.yml

This commit is contained in:
Seraphim Strub 2025-03-23 18:27:58 +00:00
parent 930f7881e4
commit 0a91d3ac5c

View file

@ -175,7 +175,7 @@ jobs:
id: push id: push
env: env:
REGISTRY_USER: ${{ github.actor }} REGISTRY_USER: ${{ github.actor }}
REGISTRY_PASSWORD: ${{ secrets.GITHUB_TOKEN }} REGISTRY_PASSWORD: ${{ secrets.REGISTRY_TOKEN }}
with: with:
registry: ${{ env.IMAGE_REGISTRY }} registry: ${{ env.IMAGE_REGISTRY }}
image: ${{ env.IMAGE_NAME }} image: ${{ env.IMAGE_NAME }}