- **fix(ci):** replace docker buildx with docker build in CI workflow for compatibility
This commit is contained in:
@@ -66,6 +66,6 @@ jobs:
|
||||
REGISTRY="${REGISTRY#https://}"
|
||||
REGISTRY="${REGISTRY#http://}"
|
||||
IMAGE="$REGISTRY/$(echo '${{ gitea.repository }}' | tr '[:upper:]' '[:lower:]')"
|
||||
docker buildx build -t "$IMAGE:${{ gitea.sha }}" -t "$IMAGE:latest" .
|
||||
docker build -t "$IMAGE:${{ gitea.sha }}" -t "$IMAGE:latest" .
|
||||
docker push "$IMAGE:${{ gitea.sha }}"
|
||||
docker push "$IMAGE:latest"
|
||||
|
||||
Reference in New Issue
Block a user