ci: push image with REGISTRY_TOKEN (write:package)
build-image / build (push) Failing after 10m7s

This commit is contained in:
2026-07-04 15:47:21 -04:00
parent 935abf86d4
commit 329d8b3078
+1 -1
View File
@@ -21,7 +21,7 @@ jobs:
- name: Build and push image
run: |
set -eu
echo "${{ secrets.GITEA_TOKEN }}" | docker login git.farh.net -u "${{ github.actor }}" --password-stdin
echo "${{ secrets.REGISTRY_TOKEN }}" | docker login git.farh.net -u cpfarhood --password-stdin
docker build \
-t "${IMAGE}:latest" \
-t "${IMAGE}:${GITHUB_SHA}" \